Html Css Color HEX #BEDE4A Conifer

📋 copy color: '#BEDE4A'

red 190 ◦ green 222 ◦ blue 74

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

Shades of Conifer #BEDE4A

Tints of Conifer #BEDE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

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

R = 39.09%
G = 45.68%
B = 15.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BEDE4A (or 0xBEDE4A) is known color: Conifer. HEX triplet: BE, DE and 4A. RGB value is (190,222,74). Sum of RGB (Red+Green+Blue) = 190+222+74=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE4A is #4121B5. Grayscale: #C4C4C4. Windows color (decimal): -4268470 or 4906686. OLE color: 4906686.

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

Color convert

RGB 190 222 74 -
CMYK 0.14 0 0.67 0.13
HSL 72.97º 0.69% 0.58% -
HSV(B) 72.97º 0.67% 0.87% -
XYZ 48.59 63.68 16.21 -
YUV 195.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 190 222 74 0.14 0 0.67 0.13 72.97 0.69 0.58
Hex BE DE 4A E 0 43 D 49 45 3A
Octal 276 336 112 16 0 103 15 111 105 72
Binary 10111110 11011110 1001010 1110 0 1000011 1101 1001001 1000101 111010

Color Harmonies of #BEDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE4A

Black with #BEDE4A

Text Example


Text Example

White with #BEDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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