Html Css Color HEX #BDC35D Wild Willow

📋 copy color: '#BDC35D'

red 189 ◦ green 195 ◦ blue 93

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

Shades of Wild Willow #BDC35D

Tints of Wild Willow #BDC35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 39.62%
G = 40.88%
B = 19.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#BDC35D (or 0xBDC35D) is known color: Wild Willow. HEX triplet: BD, C3 and 5D. RGB value is (189,195,93). Sum of RGB (Red+Green+Blue) = 189+195+93=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC35D is #423CA2. Grayscale: #B5B5B5. Windows color (decimal): -4340899 or 6144957. OLE color: 6144957.

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

Color convert

RGB 189 195 93 -
CMYK 0.03 0 0.52 0.24
HSL 63.53º 0.46% 0.56% -
HSV(B) 63.53º 0.52% 0.76% -
XYZ 42.48 50.64 17.89 -
YUV 181.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 189 195 93 0.03 0 0.52 0.24 63.53 0.46 0.56
Hex BD C3 5D 3 0 34 18 40 2E 38
Octal 275 303 135 3 0 64 30 100 56 70
Binary 10111101 11000011 1011101 11 0 110100 11000 1000000 101110 111000

Color Harmonies of #BDC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC35D

Black with #BDC35D

Text Example


Text Example

White with #BDC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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