Html Css Color HEX #BECF52 Wild Willow

📋 copy color: '#BECF52'

red 190 ◦ green 207 ◦ blue 82

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

Shades of Wild Willow #BECF52

Tints of Wild Willow #BECF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 82 (32.42% from 255) = 17.12%

R = 39.67%
G = 43.22%
B = 17.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#BECF52 (or 0xBECF52) is known color: Wild Willow. HEX triplet: BE, CF and 52. RGB value is (190,207,82). Sum of RGB (Red+Green+Blue) = 190+207+82=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF52 is #4130AD. Grayscale: #BCBCBC. Windows color (decimal): -4272302 or 5427134. OLE color: 5427134.

HSL color Cylindrical-coordinate representation of color #BECF52: hue angle of 68.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BECF52 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 82 -
CMYK 0.08 0 0.60 0.19
HSL 68.16º 0.57% 0.57% -
HSV(B) 68.16º 0.6% 0.81% -
XYZ 45.07 56.18 16.45 -
YUV 187.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 190 207 82 0.08 0 0.60 0.19 68.16 0.57 0.57
Hex BE CF 52 8 0 3C 13 44 39 39
Octal 276 317 122 10 0 74 23 104 71 71
Binary 10111110 11001111 1010010 1000 0 111100 10011 1000100 111001 111001

Color Harmonies of #BECF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF52

Black with #BECF52

Text Example


Text Example

White with #BECF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF52; }

 p { color: rgb(190,207,82); }

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

background-color css

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

 a { background-color: rgb(190,207,82); }

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

border-color css

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

 span { border-color: rgb(190,207,82); }

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