Html Css Color HEX #B4C273 Pine Glade

📋 copy color: '#B4C273'

red 180 ◦ green 194 ◦ blue 115

#B4C273
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B4C273

Tints of Pine Glade #B4C273

RGB

 RED value IS 180 (70.7% from 255) = 36.81%

 GREEN value IS 194 (76.17% from 255) = 39.67%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 36.81%
G = 39.67%
B = 23.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4C273 (or 0xB4C273) is known color: Pine Glade. HEX triplet: B4, C2 and 73. RGB value is (180,194,115). Sum of RGB (Red+Green+Blue) = 180+194+115=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C273 is #4B3D8C. Grayscale: #B5B5B5. Windows color (decimal): -4930957 or 7586484. OLE color: 7586484.

HSL color Cylindrical-coordinate representation of color #B4C273: hue angle of 70.63º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4C273 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 115 -
CMYK 0.07 0 0.41 0.24
HSL 70.63º 0.39% 0.61% -
HSV(B) 70.63º 0.41% 0.76% -
XYZ 41.21 49.52 23.61 -
YUV 180.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 180 194 115 0.07 0 0.41 0.24 70.63 0.39 0.61
Hex B4 C2 73 7 0 29 18 47 27 3D
Octal 264 302 163 7 0 51 30 107 47 75
Binary 10110100 11000010 1110011 111 0 101001 11000 1000111 100111 111101

Color Harmonies of #B4C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C273

Black with #B4C273

Text Example


Text Example

White with #B4C273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C273; }

 p { color: rgb(180,194,115); }

 H1.HeaderClassName
 {
   color: #B4C273;
 }
 .AnyTagClassName
 {
   color: #B4C273;
 }
</style>

background-color css

<style>
 a { background-color: #B4C273; }

 a { background-color: rgb(180,194,115); }

 div.DivClassName
 {
   background-color: #B4C273;
 }
 .BgClassName
 {
   background-color: #B4C273;
 }
</style>

border-color css

<style>
 span { border-color: #B4C273; }

 span { border-color: rgb(180,194,115); }

 td.TdClassName
 {
   border-color: #B4C273;
 }
 .TagClassName
 {
   border-color: #B4C273;
 }
</style>