Html Css Color HEX #BBCC74 Pine Glade

📋 copy color: '#BBCC74'

red 187 ◦ green 204 ◦ blue 116

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

Shades of Pine Glade #BBCC74

Tints of Pine Glade #BBCC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 36.88%
G = 40.24%
B = 22.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#BBCC74 (or 0xBBCC74) is known color: Pine Glade. HEX triplet: BB, CC and 74. RGB value is (187,204,116). Sum of RGB (Red+Green+Blue) = 187+204+116=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC74 is #44338B. Grayscale: #BDBDBD. Windows color (decimal): -4469644 or 7654587. OLE color: 7654587.

HSL color Cylindrical-coordinate representation of color #BBCC74: hue angle of 71.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCC74 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 116 -
CMYK 0.08 0 0.43 0.2
HSL 71.59º 0.46% 0.63% -
HSV(B) 71.59º 0.43% 0.8% -
XYZ 45.24 55.01 24.76 -
YUV 188.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 187 204 116 0.08 0 0.43 0.2 71.59 0.46 0.63
Hex BB CC 74 8 0 2B 14 48 2E 3F
Octal 273 314 164 10 0 53 24 110 56 77
Binary 10111011 11001100 1110100 1000 0 101011 10100 1001000 101110 111111

Color Harmonies of #BBCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC74

Black with #BBCC74

Text Example


Text Example

White with #BBCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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