Html Css Color HEX #BDD35C Wild Willow

📋 copy color: '#BDD35C'

red 189 ◦ green 211 ◦ blue 92

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

Shades of Wild Willow #BDD35C

Tints of Wild Willow #BDD35C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 92 (36.33% from 255) = 18.7%

R = 38.41%
G = 42.89%
B = 18.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#BDD35C (or 0xBDD35C) is known color: Wild Willow. HEX triplet: BD, D3 and 5C. RGB value is (189,211,92). Sum of RGB (Red+Green+Blue) = 189+211+92=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD35C is #422CA3. Grayscale: #BFBFBF. Windows color (decimal): -4336804 or 6083517. OLE color: 6083517.

HSL color Cylindrical-coordinate representation of color #BDD35C: hue angle of 71.09º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDD35C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 92 -
CMYK 0.10 0 0.56 0.17
HSL 71.09º 0.57% 0.59% -
HSV(B) 71.09º 0.56% 0.83% -
XYZ 46.21 58.18 18.92 -
YUV 190.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 189 211 92 0.10 0 0.56 0.17 71.09 0.57 0.59
Hex BD D3 5C A 0 38 11 47 39 3B
Octal 275 323 134 12 0 70 21 107 71 73
Binary 10111101 11010011 1011100 1010 0 111000 10001 1000111 111001 111011

Color Harmonies of #BDD35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD35C

Black with #BDD35C

Text Example


Text Example

White with #BDD35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD35C; }

 p { color: rgb(189,211,92); }

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

background-color css

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

 a { background-color: rgb(189,211,92); }

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

border-color css

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

 span { border-color: rgb(189,211,92); }

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