Html Css Color HEX #BDC05A Wild Willow

📋 copy color: '#BDC05A'

red 189 ◦ green 192 ◦ blue 90

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

Shades of Wild Willow #BDC05A

Tints of Wild Willow #BDC05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 40.13%
G = 40.76%
B = 19.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BDC05A (or 0xBDC05A) is known color: Wild Willow. HEX triplet: BD, C0 and 5A. RGB value is (189,192,90). Sum of RGB (Red+Green+Blue) = 189+192+90=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC05A is #423FA5. Grayscale: #B3B3B3. Windows color (decimal): -4341670 or 5947581. OLE color: 5947581.

HSL color Cylindrical-coordinate representation of color #BDC05A: hue angle of 61.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC05A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 90 -
CMYK 0.02 0 0.53 0.25
HSL 61.76º 0.45% 0.55% -
HSV(B) 61.76º 0.53% 0.75% -
XYZ 41.68 49.26 16.98 -
YUV 179.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 189 192 90 0.02 0 0.53 0.25 61.76 0.45 0.55
Hex BD C0 5A 2 0 35 19 3E 2D 37
Octal 275 300 132 2 0 65 31 76 55 67
Binary 10111101 11000000 1011010 10 0 110101 11001 111110 101101 110111

Color Harmonies of #BDC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC05A

Black with #BDC05A

Text Example


Text Example

White with #BDC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC05A; }

 p { color: rgb(189,192,90); }

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

background-color css

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

 a { background-color: rgb(189,192,90); }

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

border-color css

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

 span { border-color: rgb(189,192,90); }

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