Html Css Color HEX #BED54C Conifer

📋 copy color: '#BED54C'

red 190 ◦ green 213 ◦ blue 76

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

Shades of Conifer #BED54C

Tints of Conifer #BED54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.47%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 39.67%
G = 44.47%
B = 15.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BED54C (or 0xBED54C) is known color: Conifer. HEX triplet: BE, D5 and 4C. RGB value is (190,213,76). Sum of RGB (Red+Green+Blue) = 190+213+76=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #BED54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED54C is #412AB3. Grayscale: #BFBFBF. Windows color (decimal): -4270772 or 5035454. OLE color: 5035454.

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

Color convert

RGB 190 213 76 -
CMYK 0.11 0 0.64 0.16
HSL 70.07º 0.62% 0.57% -
HSV(B) 70.07º 0.64% 0.84% -
XYZ 46.33 59.06 15.79 -
YUV 190.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 190 213 76 0.11 0 0.64 0.16 70.07 0.62 0.57
Hex BE D5 4C B 0 40 10 46 3E 39
Octal 276 325 114 13 0 100 20 106 76 71
Binary 10111110 11010101 1001100 1011 0 1000000 10000 1000110 111110 111001

Color Harmonies of #BED54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED54C

Black with #BED54C

Text Example


Text Example

White with #BED54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED54C; }

 p { color: rgb(190,213,76); }

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

background-color css

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

 a { background-color: rgb(190,213,76); }

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

border-color css

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

 span { border-color: rgb(190,213,76); }

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