Html Css Color HEX #BDC669 Wild Willow

📋 copy color: '#BDC669'

red 189 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #BDC669

Tints of Wild Willow #BDC669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 38.41%
G = 40.24%
B = 21.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BDC669 (or 0xBDC669) is known color: Wild Willow. HEX triplet: BD, C6 and 69. RGB value is (189,198,105). Sum of RGB (Red+Green+Blue) = 189+198+105=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC669 is #423996. Grayscale: #B9B9B9. Windows color (decimal): -4340119 or 6932157. OLE color: 6932157.

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

Color convert

RGB 189 198 105 -
CMYK 0.05 0 0.47 0.22
HSL 65.81º 0.45% 0.59% -
HSV(B) 65.81º 0.47% 0.78% -
XYZ 43.73 52.23 21.14 -
YUV 184.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 189 198 105 0.05 0 0.47 0.22 65.81 0.45 0.59
Hex BD C6 69 5 0 2F 16 42 2D 3B
Octal 275 306 151 5 0 57 26 102 55 73
Binary 10111101 11000110 1101001 101 0 101111 10110 1000010 101101 111011

Color Harmonies of #BDC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC669

Black with #BDC669

Text Example


Text Example

White with #BDC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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