Html Css Color HEX #BED54B Conifer

📋 copy color: '#BED54B'

red 190 ◦ green 213 ◦ blue 75

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

Shades of Conifer #BED54B

Tints of Conifer #BED54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.69%

R = 39.75%
G = 44.56%
B = 15.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#BED54B (or 0xBED54B) is known color: Conifer. HEX triplet: BE, D5 and 4B. RGB value is (190,213,75). Sum of RGB (Red+Green+Blue) = 190+213+75=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #BED54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED54B is #412AB4. Grayscale: #BEBEBE. Windows color (decimal): -4270773 or 4969918. OLE color: 4969918.

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

Color convert

RGB 190 213 75 -
CMYK 0.11 0 0.65 0.16
HSL 70º 0.62% 0.56% -
HSV(B) 70º 0.65% 0.84% -
XYZ 46.3 59.04 15.61 -
YUV 190.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 190 213 75 0.11 0 0.65 0.16 70 0.62 0.56
Hex BE D5 4B B 0 41 10 46 3E 38
Octal 276 325 113 13 0 101 20 106 76 70
Binary 10111110 11010101 1001011 1011 0 1000001 10000 1000110 111110 111000

Color Harmonies of #BED54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED54B

Black with #BED54B

Text Example


Text Example

White with #BED54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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