Html Css Color HEX #BBC27D Pine Glade

📋 copy color: '#BBC27D'

red 187 ◦ green 194 ◦ blue 125

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

Shades of Pine Glade #BBC27D

Tints of Pine Glade #BBC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

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

R = 36.96%
G = 38.34%
B = 24.7%

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

#BBC27D (or 0xBBC27D) is known color: Pine Glade. HEX triplet: BB, C2 and 7D. RGB value is (187,194,125). Sum of RGB (Red+Green+Blue) = 187+194+125=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC27D is #443D82. Grayscale: #B8B8B8. Windows color (decimal): -4472195 or 8241851. OLE color: 8241851.

HSL color Cylindrical-coordinate representation of color #BBC27D: hue angle of 66.09º degrees, saturation: 0.36, 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 #BBC27D is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 125 -
CMYK 0.04 0 0.36 0.24
HSL 66.09º 0.36% 0.63% -
HSV(B) 66.09º 0.36% 0.76% -
XYZ 43.49 50.63 26.88 -
YUV 184.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 187 194 125 0.04 0 0.36 0.24 66.09 0.36 0.63
Hex BB C2 7D 4 0 24 18 42 24 3F
Octal 273 302 175 4 0 44 30 102 44 77
Binary 10111011 11000010 1111101 100 0 100100 11000 1000010 100100 111111

Color Harmonies of #BBC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC27D

Black with #BBC27D

Text Example


Text Example

White with #BBC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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