Html Css Color HEX #BDC369 Wild Willow

📋 copy color: '#BDC369'

red 189 ◦ green 195 ◦ blue 105

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

Shades of Wild Willow #BDC369

Tints of Wild Willow #BDC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.88%

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

R = 38.65%
G = 39.88%
B = 21.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#BDC369 (or 0xBDC369) is known color: Wild Willow. HEX triplet: BD, C3 and 69. RGB value is (189,195,105). Sum of RGB (Red+Green+Blue) = 189+195+105=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC369 is #423C96. Grayscale: #B7B7B7. Windows color (decimal): -4340887 or 6931389. OLE color: 6931389.

HSL color Cylindrical-coordinate representation of color #BDC369: hue angle of 64º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC369 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 105 -
CMYK 0.03 0 0.46 0.24
HSL 64º 0.43% 0.59% -
HSV(B) 64º 0.46% 0.76% -
XYZ 43.05 50.87 20.91 -
YUV 182.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 189 195 105 0.03 0 0.46 0.24 64 0.43 0.59
Hex BD C3 69 3 0 2E 18 40 2B 3B
Octal 275 303 151 3 0 56 30 100 53 73
Binary 10111101 11000011 1101001 11 0 101110 11000 1000000 101011 111011

Color Harmonies of #BDC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC369

Black with #BDC369

Text Example


Text Example

White with #BDC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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