Html Css Color HEX #BDD75C Wild Willow

📋 copy color: '#BDD75C'

red 189 ◦ green 215 ◦ blue 92

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

Shades of Wild Willow #BDD75C

Tints of Wild Willow #BDD75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.35%

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

R = 38.1%
G = 43.35%
B = 18.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BDD75C (or 0xBDD75C) is known color: Wild Willow. HEX triplet: BD, D7 and 5C. RGB value is (189,215,92). Sum of RGB (Red+Green+Blue) = 189+215+92=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD75C is #4228A3. Grayscale: #C1C1C1. Windows color (decimal): -4335780 or 6084541. OLE color: 6084541.

HSL color Cylindrical-coordinate representation of color #BDD75C: hue angle of 72.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD75C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 92 -
CMYK 0.12 0 0.57 0.16
HSL 72.68º 0.61% 0.6% -
HSV(B) 72.68º 0.57% 0.84% -
XYZ 47.22 60.19 19.25 -
YUV 193.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 189 215 92 0.12 0 0.57 0.16 72.68 0.61 0.6
Hex BD D7 5C C 0 39 10 49 3D 3C
Octal 275 327 134 14 0 71 20 111 75 74
Binary 10111101 11010111 1011100 1100 0 111001 10000 1001001 111101 111100

Color Harmonies of #BDD75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD75C

Black with #BDD75C

Text Example


Text Example

White with #BDD75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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