Html Css Color HEX #BBCB7A Pine Glade

📋 copy color: '#BBCB7A'

red 187 ◦ green 203 ◦ blue 122

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

Shades of Pine Glade #BBCB7A

Tints of Pine Glade #BBCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 36.52%
G = 39.65%
B = 23.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#BBCB7A (or 0xBBCB7A) is known color: Pine Glade. HEX triplet: BB, CB and 7A. RGB value is (187,203,122). Sum of RGB (Red+Green+Blue) = 187+203+122=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB7A is #443485. Grayscale: #BDBDBD. Windows color (decimal): -4469894 or 8047547. OLE color: 8047547.

HSL color Cylindrical-coordinate representation of color #BBCB7A: hue angle of 71.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBCB7A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 122 -
CMYK 0.08 0 0.40 0.20
HSL 71.85º 0.44% 0.64% -
HSV(B) 71.85º 0.4% 0.8% -
XYZ 45.36 54.68 26.58 -
YUV 188.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 187 203 122 0.08 0 0.40 0.20 71.85 0.44 0.64
Hex BB CB 7A 8 0 28 14 48 2C 40
Octal 273 313 172 10 0 50 24 110 54 100
Binary 10111011 11001011 1111010 1000 0 101000 10100 1001000 101100 1000000

Color Harmonies of #BBCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB7A

Black with #BBCB7A

Text Example


Text Example

White with #BBCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB7A; }

 p { color: rgb(187,203,122); }

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

background-color css

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

 a { background-color: rgb(187,203,122); }

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

border-color css

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

 span { border-color: rgb(187,203,122); }

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