Html Css Color HEX #BED74A Conifer

📋 copy color: '#BED74A'

red 190 ◦ green 215 ◦ blue 74

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

Shades of Conifer #BED74A

Tints of Conifer #BED74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

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

R = 39.67%
G = 44.89%
B = 15.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#BED74A (or 0xBED74A) is known color: Conifer. HEX triplet: BE, D7 and 4A. RGB value is (190,215,74). Sum of RGB (Red+Green+Blue) = 190+215+74=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #BED74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED74A is #4128B5. Grayscale: #BFBFBF. Windows color (decimal): -4270262 or 4904894. OLE color: 4904894.

HSL color Cylindrical-coordinate representation of color #BED74A: hue angle of 70.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BED74A is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 74 -
CMYK 0.12 0 0.66 0.16
HSL 70.64º 0.64% 0.57% -
HSV(B) 70.64º 0.66% 0.84% -
XYZ 46.77 60.04 15.6 -
YUV 191.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 190 215 74 0.12 0 0.66 0.16 70.64 0.64 0.57
Hex BE D7 4A C 0 42 10 47 40 39
Octal 276 327 112 14 0 102 20 107 100 71
Binary 10111110 11010111 1001010 1100 0 1000010 10000 1000111 1000000 111001

Color Harmonies of #BED74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED74A

Black with #BED74A

Text Example


Text Example

White with #BED74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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