Html Css Color HEX #BBCC7A Pine Glade

📋 copy color: '#BBCC7A'

red 187 ◦ green 204 ◦ blue 122

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

Shades of Pine Glade #BBCC7A

Tints of Pine Glade #BBCC7A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.77%

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

R = 36.45%
G = 39.77%
B = 23.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#BBCC7A (or 0xBBCC7A) is known color: Pine Glade. HEX triplet: BB, CC and 7A. RGB value is (187,204,122). Sum of RGB (Red+Green+Blue) = 187+204+122=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC7A is #443385. Grayscale: #BDBDBD. Windows color (decimal): -4469638 or 8047803. OLE color: 8047803.

HSL color Cylindrical-coordinate representation of color #BBCC7A: hue angle of 72.44º degrees, saturation: 0.45, 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 #BBCC7A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 122 -
CMYK 0.08 0 0.40 0.2
HSL 72.44º 0.45% 0.64% -
HSV(B) 72.44º 0.4% 0.8% -
XYZ 45.6 55.16 26.66 -
YUV 189.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 187 204 122 0.08 0 0.40 0.2 72.44 0.45 0.64
Hex BB CC 7A 8 0 28 14 48 2D 40
Octal 273 314 172 10 0 50 24 110 55 100
Binary 10111011 11001100 1111010 1000 0 101000 10100 1001000 101101 1000000

Color Harmonies of #BBCC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC7A

Black with #BBCC7A

Text Example


Text Example

White with #BBCC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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