Html Css Color HEX #BED54D Conifer

📋 copy color: '#BED54D'

red 190 ◦ green 213 ◦ blue 77

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

Shades of Conifer #BED54D

Tints of Conifer #BED54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 39.58%
G = 44.38%
B = 16.04%

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

#BED54D (or 0xBED54D) is known color: Conifer. HEX triplet: BE, D5 and 4D. RGB value is (190,213,77). Sum of RGB (Red+Green+Blue) = 190+213+77=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #BED54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED54D is #412AB2. Grayscale: #BFBFBF. Windows color (decimal): -4270771 or 5100990. OLE color: 5100990.

HSL color Cylindrical-coordinate representation of color #BED54D: hue angle of 70.15º 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 #BED54D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 77 -
CMYK 0.11 0 0.64 0.16
HSL 70.15º 0.62% 0.57% -
HSV(B) 70.15º 0.64% 0.84% -
XYZ 46.37 59.07 15.98 -
YUV 190.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 190 213 77 0.11 0 0.64 0.16 70.15 0.62 0.57
Hex BE D5 4D B 0 40 10 46 3E 39
Octal 276 325 115 13 0 100 20 106 76 71
Binary 10111110 11010101 1001101 1011 0 1000000 10000 1000110 111110 111001

Color Harmonies of #BED54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED54D

Black with #BED54D

Text Example


Text Example

White with #BED54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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