Html Css Color HEX #BBC370 Pine Glade

📋 copy color: '#BBC370'

red 187 ◦ green 195 ◦ blue 112

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

Shades of Pine Glade #BBC370

Tints of Pine Glade #BBC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 37.85%
G = 39.47%
B = 22.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BBC370 (or 0xBBC370) is known color: Pine Glade. HEX triplet: BB, C3 and 70. RGB value is (187,195,112). Sum of RGB (Red+Green+Blue) = 187+195+112=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC370 is #443C8F. Grayscale: #B7B7B7. Windows color (decimal): -4471952 or 7390139. OLE color: 7390139.

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

Color convert

RGB 187 195 112 -
CMYK 0.04 0 0.43 0.24
HSL 65.78º 0.41% 0.6% -
HSV(B) 65.78º 0.43% 0.76% -
XYZ 42.93 50.76 22.87 -
YUV 183.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 187 195 112 0.04 0 0.43 0.24 65.78 0.41 0.6
Hex BB C3 70 4 0 2B 18 42 29 3C
Octal 273 303 160 4 0 53 30 102 51 74
Binary 10111011 11000011 1110000 100 0 101011 11000 1000010 101001 111100

Color Harmonies of #BBC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC370

Black with #BBC370

Text Example


Text Example

White with #BBC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC370; }

 p { color: rgb(187,195,112); }

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

background-color css

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

 a { background-color: rgb(187,195,112); }

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

border-color css

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

 span { border-color: rgb(187,195,112); }

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