Html Css Color HEX #BECC65 Wild Willow

📋 copy color: '#BECC65'

red 190 ◦ green 204 ◦ blue 101

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

Shades of Wild Willow #BECC65

Tints of Wild Willow #BECC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 38.38%
G = 41.21%
B = 20.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#BECC65 (or 0xBECC65) is known color: Wild Willow. HEX triplet: BE, CC and 65. RGB value is (190,204,101). Sum of RGB (Red+Green+Blue) = 190+204+101=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC65 is #41339A. Grayscale: #BCBCBC. Windows color (decimal): -4273051 or 6671550. OLE color: 6671550.

HSL color Cylindrical-coordinate representation of color #BECC65: hue angle of 68.16º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BECC65 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 101 -
CMYK 0.07 0 0.50 0.2
HSL 68.16º 0.5% 0.6% -
HSV(B) 68.16º 0.5% 0.8% -
XYZ 45.18 55.07 20.56 -
YUV 188.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 190 204 101 0.07 0 0.50 0.2 68.16 0.5 0.6
Hex BE CC 65 7 0 32 14 44 32 3C
Octal 276 314 145 7 0 62 24 104 62 74
Binary 10111110 11001100 1100101 111 0 110010 10100 1000100 110010 111100

Color Harmonies of #BECC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC65

Black with #BECC65

Text Example


Text Example

White with #BECC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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