Html Css Color HEX #BDC467 Wild Willow

📋 copy color: '#BDC467'

red 189 ◦ green 196 ◦ blue 103

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

Shades of Wild Willow #BDC467

Tints of Wild Willow #BDC467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 38.73%
G = 40.16%
B = 21.11%

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

#BDC467 (or 0xBDC467) is known color: Wild Willow. HEX triplet: BD, C4 and 67. RGB value is (189,196,103). Sum of RGB (Red+Green+Blue) = 189+196+103=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC467 is #423B98. Grayscale: #B7B7B7. Windows color (decimal): -4340633 or 6800573. OLE color: 6800573.

HSL color Cylindrical-coordinate representation of color #BDC467: hue angle of 64.52º 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 #BDC467 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 103 -
CMYK 0.04 0 0.47 0.23
HSL 64.52º 0.44% 0.59% -
HSV(B) 64.52º 0.47% 0.77% -
XYZ 43.17 51.28 20.45 -
YUV 183.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 189 196 103 0.04 0 0.47 0.23 64.52 0.44 0.59
Hex BD C4 67 4 0 2F 17 41 2C 3B
Octal 275 304 147 4 0 57 27 101 54 73
Binary 10111101 11000100 1100111 100 0 101111 10111 1000001 101100 111011

Color Harmonies of #BDC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC467

Black with #BDC467

Text Example


Text Example

White with #BDC467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC467; }

 p { color: rgb(189,196,103); }

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

background-color css

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

 a { background-color: rgb(189,196,103); }

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

border-color css

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

 span { border-color: rgb(189,196,103); }

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