Html Css Color HEX #BED75A Wild Willow

📋 copy color: '#BED75A'

red 190 ◦ green 215 ◦ blue 90

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

Shades of Wild Willow #BED75A

Tints of Wild Willow #BED75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 38.38%
G = 43.43%
B = 18.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#BED75A (or 0xBED75A) is known color: Wild Willow. HEX triplet: BE, D7 and 5A. RGB value is (190,215,90). Sum of RGB (Red+Green+Blue) = 190+215+90=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #BED75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED75A is #4128A5. Grayscale: #C1C1C1. Windows color (decimal): -4270246 or 5953470. OLE color: 5953470.

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

Color convert

RGB 190 215 90 -
CMYK 0.12 0 0.58 0.16
HSL 72º 0.61% 0.6% -
HSV(B) 72º 0.58% 0.84% -
XYZ 47.38 60.29 18.81 -
YUV 193.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 190 215 90 0.12 0 0.58 0.16 72 0.61 0.6
Hex BE D7 5A C 0 3A 10 48 3D 3C
Octal 276 327 132 14 0 72 20 110 75 74
Binary 10111110 11010111 1011010 1100 0 111010 10000 1001000 111101 111100

Color Harmonies of #BED75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED75A

Black with #BED75A

Text Example


Text Example

White with #BED75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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