Html Css Color HEX #BDC569 Wild Willow

📋 copy color: '#BDC569'

red 189 ◦ green 197 ◦ blue 105

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

Shades of Wild Willow #BDC569

Tints of Wild Willow #BDC569

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 105 (41.41% from 255) = 21.38%

R = 38.49%
G = 40.12%
B = 21.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#BDC569 (or 0xBDC569) is known color: Wild Willow. HEX triplet: BD, C5 and 69. RGB value is (189,197,105). Sum of RGB (Red+Green+Blue) = 189+197+105=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC569 is #423A96. Grayscale: #B8B8B8. Windows color (decimal): -4340375 or 6931901. OLE color: 6931901.

HSL color Cylindrical-coordinate representation of color #BDC569: hue angle of 65.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC569 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 105 -
CMYK 0.04 0 0.47 0.23
HSL 65.22º 0.44% 0.59% -
HSV(B) 65.22º 0.47% 0.77% -
XYZ 43.5 51.77 21.06 -
YUV 184.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 189 197 105 0.04 0 0.47 0.23 65.22 0.44 0.59
Hex BD C5 69 4 0 2F 17 41 2C 3B
Octal 275 305 151 4 0 57 27 101 54 73
Binary 10111101 11000101 1101001 100 0 101111 10111 1000001 101100 111011

Color Harmonies of #BDC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC569

Black with #BDC569

Text Example


Text Example

White with #BDC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC569; }

 p { color: rgb(189,197,105); }

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

background-color css

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

 a { background-color: rgb(189,197,105); }

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

border-color css

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

 span { border-color: rgb(189,197,105); }

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