Html Css Color HEX #BCCD67 Wild Willow

📋 copy color: '#BCCD67'

red 188 ◦ green 205 ◦ blue 103

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

Shades of Wild Willow #BCCD67

Tints of Wild Willow #BCCD67

RGB

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

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

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

R = 37.9%
G = 41.33%
B = 20.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#BCCD67 (or 0xBCCD67) is known color: Wild Willow. HEX triplet: BC, CD and 67. RGB value is (188,205,103). Sum of RGB (Red+Green+Blue) = 188+205+103=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD67 is #433298. Grayscale: #BCBCBC. Windows color (decimal): -4403865 or 6802876. OLE color: 6802876.

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

Color convert

RGB 188 205 103 -
CMYK 0.08 0 0.50 0.20
HSL 70º 0.5% 0.6% -
HSV(B) 70º 0.5% 0.8% -
XYZ 45.02 55.33 21.14 -
YUV 188.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 188 205 103 0.08 0 0.50 0.20 70 0.5 0.6
Hex BC CD 67 8 0 32 14 46 32 3C
Octal 274 315 147 10 0 62 24 106 62 74
Binary 10111100 11001101 1100111 1000 0 110010 10100 1000110 110010 111100

Color Harmonies of #BCCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD67

Black with #BCCD67

Text Example


Text Example

White with #BCCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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