Html Css Color HEX #BDCC63 Wild Willow

📋 copy color: '#BDCC63'

red 189 ◦ green 204 ◦ blue 99

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

Shades of Wild Willow #BDCC63

Tints of Wild Willow #BDCC63

RGB

 RED value IS 189 (74.22% from 255) = 38.41%

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 38.41%
G = 41.46%
B = 20.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#BDCC63 (or 0xBDCC63) is known color: Wild Willow. HEX triplet: BD, CC and 63. RGB value is (189,204,99). Sum of RGB (Red+Green+Blue) = 189+204+99=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC63 is #42339C. Grayscale: #BBBBBB. Windows color (decimal): -4338589 or 6540477. OLE color: 6540477.

HSL color Cylindrical-coordinate representation of color #BDCC63: hue angle of 68.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDCC63 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 99 -
CMYK 0.07 0 0.51 0.2
HSL 68.57º 0.51% 0.59% -
HSV(B) 68.57º 0.51% 0.8% -
XYZ 44.83 54.91 20.04 -
YUV 187.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 189 204 99 0.07 0 0.51 0.2 68.57 0.51 0.59
Hex BD CC 63 7 0 33 14 45 33 3B
Octal 275 314 143 7 0 63 24 105 63 73
Binary 10111101 11001100 1100011 111 0 110011 10100 1000101 110011 111011

Color Harmonies of #BDCC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC63

Black with #BDCC63

Text Example


Text Example

White with #BDCC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC63; }

 p { color: rgb(189,204,99); }

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

background-color css

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

 a { background-color: rgb(189,204,99); }

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

border-color css

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

 span { border-color: rgb(189,204,99); }

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