Html Css Color HEX #BDD265 Wild Willow

📋 copy color: '#BDD265'

red 189 ◦ green 210 ◦ blue 101

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

Shades of Wild Willow #BDD265

Tints of Wild Willow #BDD265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 37.8%
G = 42%
B = 20.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BDD265 (or 0xBDD265) is known color: Wild Willow. HEX triplet: BD, D2 and 65. RGB value is (189,210,101). Sum of RGB (Red+Green+Blue) = 189+210+101=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD265 is #422D9A. Grayscale: #BFBFBF. Windows color (decimal): -4337051 or 6673085. OLE color: 6673085.

HSL color Cylindrical-coordinate representation of color #BDD265: hue angle of 71.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD265 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 101 -
CMYK 0.10 0 0.52 0.18
HSL 71.56º 0.55% 0.61% -
HSV(B) 71.56º 0.52% 0.82% -
XYZ 46.38 57.85 21.03 -
YUV 191.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 189 210 101 0.10 0 0.52 0.18 71.56 0.55 0.61
Hex BD D2 65 A 0 34 12 48 37 3D
Octal 275 322 145 12 0 64 22 110 67 75
Binary 10111101 11010010 1100101 1010 0 110100 10010 1001000 110111 111101

Color Harmonies of #BDD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD265

Black with #BDD265

Text Example


Text Example

White with #BDD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD265; }

 p { color: rgb(189,210,101); }

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

background-color css

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

 a { background-color: rgb(189,210,101); }

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

border-color css

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

 span { border-color: rgb(189,210,101); }

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