Html Css Color HEX #BECD70 Wild Willow

📋 copy color: '#BECD70'

red 190 ◦ green 205 ◦ blue 112

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

Shades of Wild Willow #BECD70

Tints of Wild Willow #BECD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 112 (44.14% from 255) = 22.09%

R = 37.48%
G = 40.43%
B = 22.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BECD70 (or 0xBECD70) is known color: Wild Willow. HEX triplet: BE, CD and 70. RGB value is (190,205,112). Sum of RGB (Red+Green+Blue) = 190+205+112=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD70 is #41328F. Grayscale: #BEBEBE. Windows color (decimal): -4272784 or 7392702. OLE color: 7392702.

HSL color Cylindrical-coordinate representation of color #BECD70: hue angle of 69.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BECD70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 112 -
CMYK 0.07 0 0.45 0.20
HSL 69.68º 0.48% 0.62% -
HSV(B) 69.68º 0.45% 0.8% -
XYZ 45.99 55.78 23.67 -
YUV 189.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 190 205 112 0.07 0 0.45 0.20 69.68 0.48 0.62
Hex BE CD 70 7 0 2D 14 46 30 3E
Octal 276 315 160 7 0 55 24 106 60 76
Binary 10111110 11001101 1110000 111 0 101101 10100 1000110 110000 111110

Color Harmonies of #BECD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD70

Black with #BECD70

Text Example


Text Example

White with #BECD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD70; }

 p { color: rgb(190,205,112); }

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

background-color css

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

 a { background-color: rgb(190,205,112); }

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

border-color css

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

 span { border-color: rgb(190,205,112); }

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