#BEDE57

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

Shades of Conifer #BEDE57

Tints of Conifer #BEDE57

Color information

#BEDE57 (or 0xBEDE57) is unknown color: approx Conifer. HEX triplet: BE, DE and 57. RGB value is (190,222,87). Sum of RGB (Red+Green+Blue) = 190+222+87=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE57 is #4121A8. Grayscale: #C5C5C5. Windows color (decimal): -4268457 or 5758654. OLE color: 5758654.

HSL color Cylindrical-coordinate representation of color #BEDE57: hue angle of 74.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEDE57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB19022287-
CMYK0.1400.610.13
HSL74.22º67.16%60.59%-
HSV(B)74.22º60.81%87.06%-
XYZ49.0863.8818.76-
YUV197.0465.9122.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 87 (34.38% from 255) = 17.43%
R=38.08%
G=44.49%
B=17.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190222870.1400.610.1374.2267.1660.59
HexBEDE57E03DD4a433d
Octal276336127160751511210375
Binary1011111011011110101011111100111101110110010101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE57; }

 p { color: rgb(190,222,87); }

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

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

 a { background-color: rgb(190,222,87); }

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

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

 span { border-color: rgb(190,222,87); }

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