Html Css Color HEX #BECC70 Wild Willow

📋 copy color: '#BECC70'

red 190 ◦ green 204 ◦ blue 112

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

Shades of Wild Willow #BECC70

Tints of Wild Willow #BECC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

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

R = 37.55%
G = 40.32%
B = 22.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#BECC70 (or 0xBECC70) is known color: Wild Willow. HEX triplet: BE, CC and 70. RGB value is (190,204,112). Sum of RGB (Red+Green+Blue) = 190+204+112=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC70 is #41338F. Grayscale: #BDBDBD. Windows color (decimal): -4273040 or 7392446. OLE color: 7392446.

HSL color Cylindrical-coordinate representation of color #BECC70: hue angle of 69.13º 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 #BECC70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 112 -
CMYK 0.07 0 0.45 0.2
HSL 69.13º 0.47% 0.62% -
HSV(B) 69.13º 0.45% 0.8% -
XYZ 45.75 55.3 23.59 -
YUV 189.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 190 204 112 0.07 0 0.45 0.2 69.13 0.47 0.62
Hex BE CC 70 7 0 2D 14 45 2F 3E
Octal 276 314 160 7 0 55 24 105 57 76
Binary 10111110 11001100 1110000 111 0 101101 10100 1000101 101111 111110

Color Harmonies of #BECC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC70

Black with #BECC70

Text Example


Text Example

White with #BECC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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