#BDC073

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

Shades of Pine Glade #BDC073

Tints of Pine Glade #BDC073

Color information

#BDC073 (or 0xBDC073) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 73. RGB value is (189,192,115). Sum of RGB (Red+Green+Blue) = 189+192+115=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC073 is #423F8C. Grayscale: #B6B6B6. Windows color (decimal): -4341645 or 7585981. OLE color: 7585981.

HSL color Cylindrical-coordinate representation of color #BDC073: hue angle of 62.34º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC073 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB189192115-
CMYK0.0200.400.25
HSL62.34º37.93%60.2%-
HSV(B)62.34º40.1%75.29%-
XYZ42.9349.7623.56-
YUV182.3290.01132.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=38.10%
G=38.71%
B=23.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921150.0200.400.2562.3437.9360.2
HexBDC0732028193e263c
Octal275300163205031764674
Binary1011110111000000111001110010100011001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC073; }

 p { color: rgb(189,192,115); }

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

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

 a { background-color: rgb(189,192,115); }

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

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

 span { border-color: rgb(189,192,115); }

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