Html Css Color HEX #BBBF74 Pine Glade

📋 copy color: '#BBBF74'

red 187 ◦ green 191 ◦ blue 116

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

Shades of Pine Glade #BBBF74

Tints of Pine Glade #BBBF74

RGB

 RED value IS 187 (73.44% from 255) = 37.85%

 GREEN value IS 191 (75% from 255) = 38.66%

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 37.85%
G = 38.66%
B = 23.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BBBF74 (or 0xBBBF74) is known color: Pine Glade. HEX triplet: BB, BF and 74. RGB value is (187,191,116). Sum of RGB (Red+Green+Blue) = 187+191+116=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF74 is #44408B. Grayscale: #B5B5B5. Windows color (decimal): -4472972 or 7651259. OLE color: 7651259.

HSL color Cylindrical-coordinate representation of color #BBBF74: hue angle of 63.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBBF74 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 116 -
CMYK 0.02 0 0.39 0.25
HSL 63.2º 0.37% 0.6% -
HSV(B) 63.2º 0.39% 0.75% -
XYZ 42.28 49.09 23.77 -
YUV 181.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 187 191 116 0.02 0 0.39 0.25 63.2 0.37 0.6
Hex BB BF 74 2 0 27 19 3F 25 3C
Octal 273 277 164 2 0 47 31 77 45 74
Binary 10111011 10111111 1110100 10 0 100111 11001 111111 100101 111100

Color Harmonies of #BBBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF74

Black with #BBBF74

Text Example


Text Example

White with #BBBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF74; }

 p { color: rgb(187,191,116); }

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

background-color css

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

 a { background-color: rgb(187,191,116); }

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

border-color css

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

 span { border-color: rgb(187,191,116); }

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