Html Css Color HEX #BBC674 Pine Glade

📋 copy color: '#BBC674'

red 187 ◦ green 198 ◦ blue 116

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

Shades of Pine Glade #BBC674

Tints of Pine Glade #BBC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.52%

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

R = 37.33%
G = 39.52%
B = 23.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BBC674 (or 0xBBC674) is known color: Pine Glade. HEX triplet: BB, C6 and 74. RGB value is (187,198,116). Sum of RGB (Red+Green+Blue) = 187+198+116=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC674 is #44398B. Grayscale: #B9B9B9. Windows color (decimal): -4471180 or 7653051. OLE color: 7653051.

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

Color convert

RGB 187 198 116 -
CMYK 0.06 0 0.41 0.22
HSL 68.05º 0.42% 0.62% -
HSV(B) 68.05º 0.41% 0.78% -
XYZ 43.84 52.21 24.29 -
YUV 185.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 187 198 116 0.06 0 0.41 0.22 68.05 0.42 0.62
Hex BB C6 74 6 0 29 16 44 2A 3E
Octal 273 306 164 6 0 51 26 104 52 76
Binary 10111011 11000110 1110100 110 0 101001 10110 1000100 101010 111110

Color Harmonies of #BBC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC674

Black with #BBC674

Text Example


Text Example

White with #BBC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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