Html Css Color HEX #BECC5C Wild Willow

📋 copy color: '#BECC5C'

red 190 ◦ green 204 ◦ blue 92

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

Shades of Wild Willow #BECC5C

Tints of Wild Willow #BECC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 39.09%
G = 41.98%
B = 18.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#BECC5C (or 0xBECC5C) is known color: Wild Willow. HEX triplet: BE, CC and 5C. RGB value is (190,204,92). Sum of RGB (Red+Green+Blue) = 190+204+92=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC5C is #4133A3. Grayscale: #BBBBBB. Windows color (decimal): -4273060 or 6081726. OLE color: 6081726.

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

Color convert

RGB 190 204 92 -
CMYK 0.07 0 0.55 0.2
HSL 67.5º 0.52% 0.58% -
HSV(B) 67.5º 0.55% 0.8% -
XYZ 44.76 54.91 18.36 -
YUV 187.05 74.36 130.11 -
System Red Green Blue C M Y K H S L
Decimal 190 204 92 0.07 0 0.55 0.2 67.5 0.52 0.58
Hex BE CC 5C 7 0 37 14 44 34 3A
Octal 276 314 134 7 0 67 24 104 64 72
Binary 10111110 11001100 1011100 111 0 110111 10100 1000100 110100 111010

Color Harmonies of #BECC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC5C

Black with #BECC5C

Text Example


Text Example

White with #BECC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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