Html Css Color HEX #BBC07D Pine Glade

📋 copy color: '#BBC07D'

red 187 ◦ green 192 ◦ blue 125

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

Shades of Pine Glade #BBC07D

Tints of Pine Glade #BBC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

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

R = 37.1%
G = 38.1%
B = 24.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BBC07D (or 0xBBC07D) is known color: Pine Glade. HEX triplet: BB, C0 and 7D. RGB value is (187,192,125). Sum of RGB (Red+Green+Blue) = 187+192+125=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07D is #443F82. Grayscale: #B7B7B7. Windows color (decimal): -4472707 or 8241339. OLE color: 8241339.

HSL color Cylindrical-coordinate representation of color #BBC07D: hue angle of 64.48º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC07D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 125 -
CMYK 0.03 0 0.35 0.25
HSL 64.48º 0.35% 0.62% -
HSV(B) 64.48º 0.35% 0.75% -
XYZ 43.04 49.74 26.74 -
YUV 182.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 187 192 125 0.03 0 0.35 0.25 64.48 0.35 0.62
Hex BB C0 7D 3 0 23 19 40 23 3E
Octal 273 300 175 3 0 43 31 100 43 76
Binary 10111011 11000000 1111101 11 0 100011 11001 1000000 100011 111110

Color Harmonies of #BBC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC07D

Black with #BBC07D

Text Example


Text Example

White with #BBC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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