Html Css Color HEX #BDC953 Wild Willow

📋 copy color: '#BDC953'

red 189 ◦ green 201 ◦ blue 83

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

Shades of Wild Willow #BDC953

Tints of Wild Willow #BDC953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.55%

R = 39.96%
G = 42.49%
B = 17.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#BDC953 (or 0xBDC953) is known color: Wild Willow. HEX triplet: BD, C9 and 53. RGB value is (189,201,83). Sum of RGB (Red+Green+Blue) = 189+201+83=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC953 is #4236AC. Grayscale: #B8B8B8. Windows color (decimal): -4339373 or 5491133. OLE color: 5491133.

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

Color convert

RGB 189 201 83 -
CMYK 0.06 0 0.59 0.21
HSL 66.1º 0.52% 0.56% -
HSV(B) 66.1º 0.59% 0.79% -
XYZ 43.43 53.22 16.17 -
YUV 183.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 189 201 83 0.06 0 0.59 0.21 66.1 0.52 0.56
Hex BD C9 53 6 0 3B 15 42 34 38
Octal 275 311 123 6 0 73 25 102 64 70
Binary 10111101 11001001 1010011 110 0 111011 10101 1000010 110100 111000

Color Harmonies of #BDC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC953

Black with #BDC953

Text Example


Text Example

White with #BDC953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC953; }

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

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

background-color css

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

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

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

border-color css

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

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

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