Html Css Color HEX #BEDB5A Conifer

📋 copy color: '#BEDB5A'

red 190 ◦ green 219 ◦ blue 90

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

Shades of Conifer #BEDB5A

Tints of Conifer #BEDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 38.08%
G = 43.89%
B = 18.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BEDB5A (or 0xBEDB5A) is known color: Conifer. HEX triplet: BE, DB and 5A. RGB value is (190,219,90). Sum of RGB (Red+Green+Blue) = 190+219+90=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB5A is #4124A5. Grayscale: #C4C4C4. Windows color (decimal): -4269222 or 5954494. OLE color: 5954494.

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

Color convert

RGB 190 219 90 -
CMYK 0.13 0 0.59 0.14
HSL 73.49º 0.64% 0.61% -
HSV(B) 73.49º 0.59% 0.86% -
XYZ 48.41 62.35 19.16 -
YUV 195.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 190 219 90 0.13 0 0.59 0.14 73.49 0.64 0.61
Hex BE DB 5A D 0 3B E 49 40 3D
Octal 276 333 132 15 0 73 16 111 100 75
Binary 10111110 11011011 1011010 1101 0 111011 1110 1001001 1000000 111101

Color Harmonies of #BEDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB5A

Black with #BEDB5A

Text Example


Text Example

White with #BEDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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