Html Css Color HEX #BBC570 Pine Glade

📋 copy color: '#BBC570'

red 187 ◦ green 197 ◦ blue 112

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

Shades of Pine Glade #BBC570

Tints of Pine Glade #BBC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 37.7%
G = 39.72%
B = 22.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#BBC570 (or 0xBBC570) is known color: Pine Glade. HEX triplet: BB, C5 and 70. RGB value is (187,197,112). Sum of RGB (Red+Green+Blue) = 187+197+112=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC570 is #443A8F. Grayscale: #B8B8B8. Windows color (decimal): -4471440 or 7390651. OLE color: 7390651.

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

Color convert

RGB 187 197 112 -
CMYK 0.05 0 0.43 0.23
HSL 67.06º 0.42% 0.61% -
HSV(B) 67.06º 0.43% 0.77% -
XYZ 43.38 51.67 23.02 -
YUV 184.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 187 197 112 0.05 0 0.43 0.23 67.06 0.42 0.61
Hex BB C5 70 5 0 2B 17 43 2A 3D
Octal 273 305 160 5 0 53 27 103 52 75
Binary 10111011 11000101 1110000 101 0 101011 10111 1000011 101010 111101

Color Harmonies of #BBC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC570

Black with #BBC570

Text Example


Text Example

White with #BBC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC570; }

 p { color: rgb(187,197,112); }

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

background-color css

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

 a { background-color: rgb(187,197,112); }

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

border-color css

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

 span { border-color: rgb(187,197,112); }

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