Html Css Color HEX #BBC774 Pine Glade

📋 copy color: '#BBC774'

red 187 ◦ green 199 ◦ blue 116

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

Shades of Pine Glade #BBC774

Tints of Pine Glade #BBC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.64%

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

R = 37.25%
G = 39.64%
B = 23.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BBC774 (or 0xBBC774) is known color: Pine Glade. HEX triplet: BB, C7 and 74. RGB value is (187,199,116). Sum of RGB (Red+Green+Blue) = 187+199+116=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC774 is #44388B. Grayscale: #BABABA. Windows color (decimal): -4470924 or 7653307. OLE color: 7653307.

HSL color Cylindrical-coordinate representation of color #BBC774: hue angle of 68.67º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBC774 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 116 -
CMYK 0.06 0 0.42 0.22
HSL 68.67º 0.43% 0.62% -
HSV(B) 68.67º 0.42% 0.78% -
XYZ 44.07 52.67 24.37 -
YUV 185.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 187 199 116 0.06 0 0.42 0.22 68.67 0.43 0.62
Hex BB C7 74 6 0 2A 16 45 2B 3E
Octal 273 307 164 6 0 52 26 105 53 76
Binary 10111011 11000111 1110100 110 0 101010 10110 1000101 101011 111110

Color Harmonies of #BBC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC774

Black with #BBC774

Text Example


Text Example

White with #BBC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC774; }

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

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

background-color css

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

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

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

border-color css

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

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

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