Html Css Color HEX #BECB70 Wild Willow

📋 copy color: '#BECB70'

red 190 ◦ green 203 ◦ blue 112

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

Shades of Wild Willow #BECB70

Tints of Wild Willow #BECB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

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

R = 37.62%
G = 40.2%
B = 22.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BECB70 (or 0xBECB70) is known color: Wild Willow. HEX triplet: BE, CB and 70. RGB value is (190,203,112). Sum of RGB (Red+Green+Blue) = 190+203+112=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB70 is #41348F. Grayscale: #BDBDBD. Windows color (decimal): -4273296 or 7392190. OLE color: 7392190.

HSL color Cylindrical-coordinate representation of color #BECB70: hue angle of 68.57º degrees, saturation: 0.47, 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 #BECB70 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 112 -
CMYK 0.06 0 0.45 0.20
HSL 68.57º 0.47% 0.62% -
HSV(B) 68.57º 0.45% 0.8% -
XYZ 45.52 54.83 23.51 -
YUV 188.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 190 203 112 0.06 0 0.45 0.20 68.57 0.47 0.62
Hex BE CB 70 6 0 2D 14 45 2F 3E
Octal 276 313 160 6 0 55 24 105 57 76
Binary 10111110 11001011 1110000 110 0 101101 10100 1000101 101111 111110

Color Harmonies of #BECB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB70

Black with #BECB70

Text Example


Text Example

White with #BECB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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