Html Css Color HEX #BBC074 Pine Glade

📋 copy color: '#BBC074'

red 187 ◦ green 192 ◦ blue 116

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

Shades of Pine Glade #BBC074

Tints of Pine Glade #BBC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 37.78%
G = 38.79%
B = 23.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BBC074 (or 0xBBC074) is known color: Pine Glade. HEX triplet: BB, C0 and 74. RGB value is (187,192,116). Sum of RGB (Red+Green+Blue) = 187+192+116=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC074 is #443F8B. Grayscale: #B6B6B6. Windows color (decimal): -4472716 or 7651515. OLE color: 7651515.

HSL color Cylindrical-coordinate representation of color #BBC074: hue angle of 63.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC074 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 116 -
CMYK 0.03 0 0.40 0.25
HSL 63.95º 0.38% 0.6% -
HSV(B) 63.95º 0.4% 0.75% -
XYZ 42.5 49.53 23.84 -
YUV 181.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 187 192 116 0.03 0 0.40 0.25 63.95 0.38 0.6
Hex BB C0 74 3 0 28 19 40 26 3C
Octal 273 300 164 3 0 50 31 100 46 74
Binary 10111011 11000000 1110100 11 0 101000 11001 1000000 100110 111100

Color Harmonies of #BBC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC074

Black with #BBC074

Text Example


Text Example

White with #BBC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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