Html Css Color HEX #BCCD5A Wild Willow

📋 copy color: '#BCCD5A'

red 188 ◦ green 205 ◦ blue 90

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

Shades of Wild Willow #BCCD5A

Tints of Wild Willow #BCCD5A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 38.92%
G = 42.44%
B = 18.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#BCCD5A (or 0xBCCD5A) is known color: Wild Willow. HEX triplet: BC, CD and 5A. RGB value is (188,205,90). Sum of RGB (Red+Green+Blue) = 188+205+90=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD5A is #4332A5. Grayscale: #BBBBBB. Windows color (decimal): -4403878 or 5950908. OLE color: 5950908.

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

Color convert

RGB 188 205 90 -
CMYK 0.08 0 0.56 0.20
HSL 68.87º 0.53% 0.58% -
HSV(B) 68.87º 0.56% 0.8% -
XYZ 44.42 55.09 17.97 -
YUV 186.81 73.37 128.85 -
System Red Green Blue C M Y K H S L
Decimal 188 205 90 0.08 0 0.56 0.20 68.87 0.53 0.58
Hex BC CD 5A 8 0 38 14 45 35 3A
Octal 274 315 132 10 0 70 24 105 65 72
Binary 10111100 11001101 1011010 1000 0 111000 10100 1000101 110101 111010

Color Harmonies of #BCCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD5A

Black with #BCCD5A

Text Example


Text Example

White with #BCCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD5A; }

 p { color: rgb(188,205,90); }

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

background-color css

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

 a { background-color: rgb(188,205,90); }

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

border-color css

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

 span { border-color: rgb(188,205,90); }

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