Html Css Color HEX #BCD267 Wild Willow

📋 copy color: '#BCD267'

red 188 ◦ green 210 ◦ blue 103

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

Shades of Wild Willow #BCD267

Tints of Wild Willow #BCD267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 37.52%
G = 41.92%
B = 20.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BCD267 (or 0xBCD267) is known color: Wild Willow. HEX triplet: BC, D2 and 67. RGB value is (188,210,103). Sum of RGB (Red+Green+Blue) = 188+210+103=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD267 is #432D98. Grayscale: #BFBFBF. Windows color (decimal): -4402585 or 6804156. OLE color: 6804156.

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

Color convert

RGB 188 210 103 -
CMYK 0.10 0 0.51 0.18
HSL 72.34º 0.54% 0.61% -
HSV(B) 72.34º 0.51% 0.82% -
XYZ 46.23 57.76 21.54 -
YUV 191.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 188 210 103 0.10 0 0.51 0.18 72.34 0.54 0.61
Hex BC D2 67 A 0 33 12 48 36 3D
Octal 274 322 147 12 0 63 22 110 66 75
Binary 10111100 11010010 1100111 1010 0 110011 10010 1001000 110110 111101

Color Harmonies of #BCD267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD267

Black with #BCD267

Text Example


Text Example

White with #BCD267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD267; }

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

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

background-color css

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

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

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

border-color css

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

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

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