Html Css Color HEX #BCCD6B Wild Willow

📋 copy color: '#BCCD6B'

red 188 ◦ green 205 ◦ blue 107

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

Shades of Wild Willow #BCCD6B

Tints of Wild Willow #BCCD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 37.6%
G = 41%
B = 21.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#BCCD6B (or 0xBCCD6B) is known color: Wild Willow. HEX triplet: BC, CD and 6B. RGB value is (188,205,107). Sum of RGB (Red+Green+Blue) = 188+205+107=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD6B is #433294. Grayscale: #BDBDBD. Windows color (decimal): -4403861 or 7065020. OLE color: 7065020.

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

Color convert

RGB 188 205 107 -
CMYK 0.08 0 0.48 0.20
HSL 70.41º 0.49% 0.61% -
HSV(B) 70.41º 0.48% 0.8% -
XYZ 45.22 55.42 22.22 -
YUV 188.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 188 205 107 0.08 0 0.48 0.20 70.41 0.49 0.61
Hex BC CD 6B 8 0 30 14 46 31 3D
Octal 274 315 153 10 0 60 24 106 61 75
Binary 10111100 11001101 1101011 1000 0 110000 10100 1000110 110001 111101

Color Harmonies of #BCCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD6B

Black with #BCCD6B

Text Example


Text Example

White with #BCCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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