#BDC674

Color #BDC674 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDC674

Tints of Pine Glade #BDC674

Color information

#BDC674 (or 0xBDC674) is unknown color: approx Pine Glade. HEX triplet: BD, C6 and 74. RGB value is (189,198,116). Sum of RGB (Red+Green+Blue) = 189+198+116=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC674 is #42398B. Grayscale: #BABABA. Windows color (decimal): -4340108 or 7653053. OLE color: 7653053.

HSL color Cylindrical-coordinate representation of color #BDC674: hue angle of 66.59º 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 #BDC674 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB189198116-
CMYK0.0500.410.22
HSL66.59º41.84%61.57%-
HSV(B)66.59º41.41%77.65%-
XYZ44.3352.4724.31-
YUV185.9688.52130.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=37.57%
G=39.36%
B=23.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981160.0500.410.2266.5941.8461.57
HexBDC674502916432a3e
Octal2753061645051261035276
Binary101111011100011011101001010101001101101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC674; }

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

 H1.HeaderClassName
 {
   color: #BDC674;
 }
 .AnyTagClassName
 {
   color: #BDC674;
 }
</style>
background-color css

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

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

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

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

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

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