Html Css Color HEX #BCD06B Wild Willow

📋 copy color: '#BCD06B'

red 188 ◦ green 208 ◦ blue 107

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

Shades of Wild Willow #BCD06B

Tints of Wild Willow #BCD06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 37.38%
G = 41.35%
B = 21.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BCD06B (or 0xBCD06B) is known color: Wild Willow. HEX triplet: BC, D0 and 6B. RGB value is (188,208,107). Sum of RGB (Red+Green+Blue) = 188+208+107=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD06B is #432F94. Grayscale: #BEBEBE. Windows color (decimal): -4403093 or 7065788. OLE color: 7065788.

HSL color Cylindrical-coordinate representation of color #BCD06B: hue angle of 71.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCD06B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 107 -
CMYK 0.10 0 0.49 0.18
HSL 71.88º 0.52% 0.62% -
HSV(B) 71.88º 0.49% 0.82% -
XYZ 45.95 56.86 22.46 -
YUV 190.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 188 208 107 0.10 0 0.49 0.18 71.88 0.52 0.62
Hex BC D0 6B A 0 31 12 48 34 3E
Octal 274 320 153 12 0 61 22 110 64 76
Binary 10111100 11010000 1101011 1010 0 110001 10010 1001000 110100 111110

Color Harmonies of #BCD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD06B

Black with #BCD06B

Text Example


Text Example

White with #BCD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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