Html Css Color HEX #BBCA73 Pine Glade

📋 copy color: '#BBCA73'

red 187 ◦ green 202 ◦ blue 115

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

Shades of Pine Glade #BBCA73

Tints of Pine Glade #BBCA73

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 37.1%
G = 40.08%
B = 22.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BBCA73 (or 0xBBCA73) is known color: Pine Glade. HEX triplet: BB, CA and 73. RGB value is (187,202,115). Sum of RGB (Red+Green+Blue) = 187+202+115=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA73 is #44358C. Grayscale: #BBBBBB. Windows color (decimal): -4470157 or 7588539. OLE color: 7588539.

HSL color Cylindrical-coordinate representation of color #BBCA73: hue angle of 70.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCA73 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 115 -
CMYK 0.07 0 0.43 0.21
HSL 70.34º 0.45% 0.62% -
HSV(B) 70.34º 0.43% 0.79% -
XYZ 44.71 54.04 24.29 -
YUV 187.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 187 202 115 0.07 0 0.43 0.21 70.34 0.45 0.62
Hex BB CA 73 7 0 2B 15 46 2D 3E
Octal 273 312 163 7 0 53 25 106 55 76
Binary 10111011 11001010 1110011 111 0 101011 10101 1000110 101101 111110

Color Harmonies of #BBCA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA73

Black with #BBCA73

Text Example


Text Example

White with #BBCA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA73; }

 p { color: rgb(187,202,115); }

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

background-color css

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

 a { background-color: rgb(187,202,115); }

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

border-color css

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

 span { border-color: rgb(187,202,115); }

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