Html Css Color HEX #BBC47D Pine Glade

📋 copy color: '#BBC47D'

red 187 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #BBC47D

Tints of Pine Glade #BBC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.58%

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

R = 36.81%
G = 38.58%
B = 24.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BBC47D (or 0xBBC47D) is known color: Pine Glade. HEX triplet: BB, C4 and 7D. RGB value is (187,196,125). Sum of RGB (Red+Green+Blue) = 187+196+125=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC47D is #443B82. Grayscale: #B9B9B9. Windows color (decimal): -4471683 or 8242363. OLE color: 8242363.

HSL color Cylindrical-coordinate representation of color #BBC47D: hue angle of 67.61º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBC47D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 125 -
CMYK 0.05 0 0.36 0.23
HSL 67.61º 0.38% 0.63% -
HSV(B) 67.61º 0.36% 0.77% -
XYZ 43.94 51.53 27.03 -
YUV 185.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 187 196 125 0.05 0 0.36 0.23 67.61 0.38 0.63
Hex BB C4 7D 5 0 24 17 44 26 3F
Octal 273 304 175 5 0 44 27 104 46 77
Binary 10111011 11000100 1111101 101 0 100100 10111 1000100 100110 111111

Color Harmonies of #BBC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC47D

Black with #BBC47D

Text Example


Text Example

White with #BBC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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