Html Css Color HEX #BCD067 Wild Willow

📋 copy color: '#BCD067'

red 188 ◦ green 208 ◦ blue 103

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

Shades of Wild Willow #BCD067

Tints of Wild Willow #BCD067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.64%

R = 37.68%
G = 41.68%
B = 20.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BCD067 (or 0xBCD067) is known color: Wild Willow. HEX triplet: BC, D0 and 67. RGB value is (188,208,103). Sum of RGB (Red+Green+Blue) = 188+208+103=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD067 is #432F98. Grayscale: #BEBEBE. Windows color (decimal): -4403097 or 6803644. OLE color: 6803644.

HSL color Cylindrical-coordinate representation of color #BCD067: hue angle of 71.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD067 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 103 -
CMYK 0.10 0 0.50 0.18
HSL 71.43º 0.53% 0.61% -
HSV(B) 71.43º 0.5% 0.82% -
XYZ 45.74 56.78 21.38 -
YUV 190.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 188 208 103 0.10 0 0.50 0.18 71.43 0.53 0.61
Hex BC D0 67 A 0 32 12 47 35 3D
Octal 274 320 147 12 0 62 22 107 65 75
Binary 10111100 11010000 1100111 1010 0 110010 10010 1000111 110101 111101

Color Harmonies of #BCD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD067

Black with #BCD067

Text Example


Text Example

White with #BCD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD067; }

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

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

background-color css

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

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

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

border-color css

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

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

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