#BEDB54

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

Shades of Conifer #BEDB54

Tints of Conifer #BEDB54

Color information

#BEDB54 (or 0xBEDB54) is unknown color: approx Conifer. HEX triplet: BE, DB and 54. RGB value is (190,219,84). Sum of RGB (Red+Green+Blue) = 190+219+84=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB54 is #4124AB. Grayscale: #C3C3C3. Windows color (decimal): -4269228 or 5561278. OLE color: 5561278.

HSL color Cylindrical-coordinate representation of color #BEDB54: hue angle of 72.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEDB54 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB19021984-
CMYK0.1300.620.14
HSL72.89º65.22%59.41%-
HSV(B)72.89º61.64%85.88%-
XYZ48.1762.2517.86-
YUV194.9465.39124.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=38.54%
G=44.42%
B=17.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190219840.1300.620.1472.8965.2259.41
HexBEDB54D03EE49413b
Octal276333124150761611110173
Binary1011111011011011101010011010111110111010010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB54; }

 p { color: rgb(190,219,84); }

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

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

 a { background-color: rgb(190,219,84); }

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

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

 span { border-color: rgb(190,219,84); }

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