Html Css Color HEX #BDC967 Wild Willow

📋 copy color: '#BDC967'

red 189 ◦ green 201 ◦ blue 103

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

Shades of Wild Willow #BDC967

Tints of Wild Willow #BDC967

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

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

R = 38.34%
G = 40.77%
B = 20.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#BDC967 (or 0xBDC967) is known color: Wild Willow. HEX triplet: BD, C9 and 67. RGB value is (189,201,103). Sum of RGB (Red+Green+Blue) = 189+201+103=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC967 is #423698. Grayscale: #BABABA. Windows color (decimal): -4339353 or 6801853. OLE color: 6801853.

HSL color Cylindrical-coordinate representation of color #BDC967: hue angle of 67.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC967 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 103 -
CMYK 0.06 0 0.49 0.21
HSL 67.35º 0.48% 0.6% -
HSV(B) 67.35º 0.49% 0.79% -
XYZ 44.32 53.57 20.84 -
YUV 186.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 189 201 103 0.06 0 0.49 0.21 67.35 0.48 0.6
Hex BD C9 67 6 0 31 15 43 30 3C
Octal 275 311 147 6 0 61 25 103 60 74
Binary 10111101 11001001 1100111 110 0 110001 10101 1000011 110000 111100

Color Harmonies of #BDC967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC967

Black with #BDC967

Text Example


Text Example

White with #BDC967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC967; }

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

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

background-color css

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

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

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

border-color css

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

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

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