Html Css Color HEX #BDC763 Wild Willow

📋 copy color: '#BDC763'

red 189 ◦ green 199 ◦ blue 99

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

Shades of Wild Willow #BDC763

Tints of Wild Willow #BDC763

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

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

R = 38.81%
G = 40.86%
B = 20.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#BDC763 (or 0xBDC763) is known color: Wild Willow. HEX triplet: BD, C7 and 63. RGB value is (189,199,99). Sum of RGB (Red+Green+Blue) = 189+199+99=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC763 is #42389C. Grayscale: #B9B9B9. Windows color (decimal): -4339869 or 6539197. OLE color: 6539197.

HSL color Cylindrical-coordinate representation of color #BDC763: hue angle of 66º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC763 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 99 -
CMYK 0.05 0 0.50 0.22
HSL 66º 0.47% 0.58% -
HSV(B) 66º 0.5% 0.78% -
XYZ 43.66 52.57 19.65 -
YUV 184.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 189 199 99 0.05 0 0.50 0.22 66 0.47 0.58
Hex BD C7 63 5 0 32 16 42 2F 3A
Octal 275 307 143 5 0 62 26 102 57 72
Binary 10111101 11000111 1100011 101 0 110010 10110 1000010 101111 111010

Color Harmonies of #BDC763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC763

Black with #BDC763

Text Example


Text Example

White with #BDC763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC763; }

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

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

background-color css

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

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

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

border-color css

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

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

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