Html Css Color HEX #BECE70 Wild Willow

📋 copy color: '#BECE70'

red 190 ◦ green 206 ◦ blue 112

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

Shades of Wild Willow #BECE70

Tints of Wild Willow #BECE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

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

R = 37.4%
G = 40.55%
B = 22.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#BECE70 (or 0xBECE70) is known color: Wild Willow. HEX triplet: BE, CE and 70. RGB value is (190,206,112). Sum of RGB (Red+Green+Blue) = 190+206+112=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE70 is #41318F. Grayscale: #BEBEBE. Windows color (decimal): -4272528 or 7392958. OLE color: 7392958.

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

Color convert

RGB 190 206 112 -
CMYK 0.08 0 0.46 0.19
HSL 70.21º 0.49% 0.62% -
HSV(B) 70.21º 0.46% 0.81% -
XYZ 46.23 56.26 23.75 -
YUV 190.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 190 206 112 0.08 0 0.46 0.19 70.21 0.49 0.62
Hex BE CE 70 8 0 2E 13 46 31 3E
Octal 276 316 160 10 0 56 23 106 61 76
Binary 10111110 11001110 1110000 1000 0 101110 10011 1000110 110001 111110

Color Harmonies of #BECE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE70

Black with #BECE70

Text Example


Text Example

White with #BECE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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