Html Css Color HEX #BEDC4A Conifer

📋 copy color: '#BEDC4A'

red 190 ◦ green 220 ◦ blue 74

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

Shades of Conifer #BEDC4A

Tints of Conifer #BEDC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 39.26%
G = 45.45%
B = 15.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BEDC4A (or 0xBEDC4A) is known color: Conifer. HEX triplet: BE, DC and 4A. RGB value is (190,220,74). Sum of RGB (Red+Green+Blue) = 190+220+74=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC4A is #4123B5. Grayscale: #C2C2C2. Windows color (decimal): -4268982 or 4906174. OLE color: 4906174.

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

Color convert

RGB 190 220 74 -
CMYK 0.14 0 0.66 0.14
HSL 72.33º 0.68% 0.58% -
HSV(B) 72.33º 0.66% 0.86% -
XYZ 48.06 62.63 16.03 -
YUV 194.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 190 220 74 0.14 0 0.66 0.14 72.33 0.68 0.58
Hex BE DC 4A E 0 42 E 48 44 3A
Octal 276 334 112 16 0 102 16 110 104 72
Binary 10111110 11011100 1001010 1110 0 1000010 1110 1001000 1000100 111010

Color Harmonies of #BEDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC4A

Black with #BEDC4A

Text Example


Text Example

White with #BEDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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