Html Css Color HEX #BBC37D Pine Glade

📋 copy color: '#BBC37D'

red 187 ◦ green 195 ◦ blue 125

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

Shades of Pine Glade #BBC37D

Tints of Pine Glade #BBC37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 36.88%
G = 38.46%
B = 24.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BBC37D (or 0xBBC37D) is known color: Pine Glade. HEX triplet: BB, C3 and 7D. RGB value is (187,195,125). Sum of RGB (Red+Green+Blue) = 187+195+125=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC37D is #443C82. Grayscale: #B8B8B8. Windows color (decimal): -4471939 or 8242107. OLE color: 8242107.

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

Color convert

RGB 187 195 125 -
CMYK 0.04 0 0.36 0.24
HSL 66.86º 0.37% 0.63% -
HSV(B) 66.86º 0.36% 0.76% -
XYZ 43.71 51.08 26.96 -
YUV 184.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 187 195 125 0.04 0 0.36 0.24 66.86 0.37 0.63
Hex BB C3 7D 4 0 24 18 43 25 3F
Octal 273 303 175 4 0 44 30 103 45 77
Binary 10111011 11000011 1111101 100 0 100100 11000 1000011 100101 111111

Color Harmonies of #BBC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC37D

Black with #BBC37D

Text Example


Text Example

White with #BBC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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