Html Css Color HEX #BEDB4A Conifer

📋 copy color: '#BEDB4A'

red 190 ◦ green 219 ◦ blue 74

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

Shades of Conifer #BEDB4A

Tints of Conifer #BEDB4A

RGB

 RED value IS 190 (74.61% from 255) = 39.34%

 GREEN value IS 219 (85.94% from 255) = 45.34%

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 39.34%
G = 45.34%
B = 15.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BEDB4A (or 0xBEDB4A) is known color: Conifer. HEX triplet: BE, DB and 4A. RGB value is (190,219,74). Sum of RGB (Red+Green+Blue) = 190+219+74=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB4A is #4124B5. Grayscale: #C2C2C2. Windows color (decimal): -4269238 or 4905918. OLE color: 4905918.

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

Color convert

RGB 190 219 74 -
CMYK 0.13 0 0.66 0.14
HSL 72º 0.67% 0.57% -
HSV(B) 72º 0.66% 0.86% -
XYZ 47.8 62.1 15.95 -
YUV 193.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 190 219 74 0.13 0 0.66 0.14 72 0.67 0.57
Hex BE DB 4A D 0 42 E 48 43 39
Octal 276 333 112 15 0 102 16 110 103 71
Binary 10111110 11011011 1001010 1101 0 1000010 1110 1001000 1000011 111001

Color Harmonies of #BEDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB4A

Black with #BEDB4A

Text Example


Text Example

White with #BEDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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