Html Css Color HEX #BDDA65 Wild Willow

📋 copy color: '#BDDA65'

red 189 ◦ green 218 ◦ blue 101

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

Shades of Wild Willow #BDDA65

Tints of Wild Willow #BDDA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 37.2%
G = 42.91%
B = 19.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BDDA65 (or 0xBDDA65) is known color: Wild Willow. HEX triplet: BD, DA and 65. RGB value is (189,218,101). Sum of RGB (Red+Green+Blue) = 189+218+101=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA65 is #42259A. Grayscale: #C4C4C4. Windows color (decimal): -4335003 or 6675133. OLE color: 6675133.

HSL color Cylindrical-coordinate representation of color #BDDA65: hue angle of 74.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDA65 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 101 -
CMYK 0.13 0 0.54 0.15
HSL 74.87º 0.61% 0.63% -
HSV(B) 74.87º 0.54% 0.85% -
XYZ 48.41 61.9 21.71 -
YUV 195.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 189 218 101 0.13 0 0.54 0.15 74.87 0.61 0.63
Hex BD DA 65 D 0 36 F 4B 3D 3F
Octal 275 332 145 15 0 66 17 113 75 77
Binary 10111101 11011010 1100101 1101 0 110110 1111 1001011 111101 111111

Color Harmonies of #BDDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA65

Black with #BDDA65

Text Example


Text Example

White with #BDDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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