Html Css Color HEX #BBC372 Pine Glade

📋 copy color: '#BBC372'

red 187 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #BBC372

Tints of Pine Glade #BBC372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 37.7%
G = 39.31%
B = 22.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BBC372 (or 0xBBC372) is known color: Pine Glade. HEX triplet: BB, C3 and 72. RGB value is (187,195,114). Sum of RGB (Red+Green+Blue) = 187+195+114=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC372 is #443C8D. Grayscale: #B7B7B7. Windows color (decimal): -4471950 or 7521211. OLE color: 7521211.

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

Color convert

RGB 187 195 114 -
CMYK 0.04 0 0.42 0.24
HSL 65.93º 0.4% 0.61% -
HSV(B) 65.93º 0.42% 0.76% -
XYZ 43.05 50.81 23.46 -
YUV 183.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 187 195 114 0.04 0 0.42 0.24 65.93 0.4 0.61
Hex BB C3 72 4 0 2A 18 42 28 3D
Octal 273 303 162 4 0 52 30 102 50 75
Binary 10111011 11000011 1110010 100 0 101010 11000 1000010 101000 111101

Color Harmonies of #BBC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC372

Black with #BBC372

Text Example


Text Example

White with #BBC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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