Html Css Color HEX #BCCC5D Wild Willow

📋 copy color: '#BCCC5D'

red 188 ◦ green 204 ◦ blue 93

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

Shades of Wild Willow #BCCC5D

Tints of Wild Willow #BCCC5D

RGB

 RED value IS 188 (73.83% from 255) = 38.76%

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

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 38.76%
G = 42.06%
B = 19.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#BCCC5D (or 0xBCCC5D) is known color: Wild Willow. HEX triplet: BC, CC and 5D. RGB value is (188,204,93). Sum of RGB (Red+Green+Blue) = 188+204+93=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC5D is #4333A2. Grayscale: #BABABA. Windows color (decimal): -4404131 or 6147260. OLE color: 6147260.

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

Color convert

RGB 188 204 93 -
CMYK 0.08 0 0.54 0.2
HSL 68.65º 0.52% 0.58% -
HSV(B) 68.65º 0.54% 0.8% -
XYZ 44.31 54.67 18.57 -
YUV 186.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 188 204 93 0.08 0 0.54 0.2 68.65 0.52 0.58
Hex BC CC 5D 8 0 36 14 45 34 3A
Octal 274 314 135 10 0 66 24 105 64 72
Binary 10111100 11001100 1011101 1000 0 110110 10100 1000101 110100 111010

Color Harmonies of #BCCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC5D

Black with #BCCC5D

Text Example


Text Example

White with #BCCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC5D; }

 p { color: rgb(188,204,93); }

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

background-color css

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

 a { background-color: rgb(188,204,93); }

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

border-color css

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

 span { border-color: rgb(188,204,93); }

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