Html Css Color HEX #BDC761 Wild Willow

📋 copy color: '#BDC761'

red 189 ◦ green 199 ◦ blue 97

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

Shades of Wild Willow #BDC761

Tints of Wild Willow #BDC761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20%

R = 38.97%
G = 41.03%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BDC761 (or 0xBDC761) is known color: Wild Willow. HEX triplet: BD, C7 and 61. RGB value is (189,199,97). Sum of RGB (Red+Green+Blue) = 189+199+97=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC761 is #42389E. Grayscale: #B8B8B8. Windows color (decimal): -4339871 or 6408125. OLE color: 6408125.

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

Color convert

RGB 189 199 97 -
CMYK 0.05 0 0.51 0.22
HSL 65.88º 0.48% 0.58% -
HSV(B) 65.88º 0.51% 0.78% -
XYZ 43.57 52.53 19.15 -
YUV 184.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 189 199 97 0.05 0 0.51 0.22 65.88 0.48 0.58
Hex BD C7 61 5 0 33 16 42 30 3A
Octal 275 307 141 5 0 63 26 102 60 72
Binary 10111101 11000111 1100001 101 0 110011 10110 1000010 110000 111010

Color Harmonies of #BDC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC761

Black with #BDC761

Text Example


Text Example

White with #BDC761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC761; }

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

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

background-color css

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

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

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

border-color css

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

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

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