Html Css Color HEX #BDDA63 Wild Willow

📋 copy color: '#BDDA63'

red 189 ◦ green 218 ◦ blue 99

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

Shades of Wild Willow #BDDA63

Tints of Wild Willow #BDDA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 37.35%
G = 43.08%
B = 19.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BDDA63 (or 0xBDDA63) is known color: Wild Willow. HEX triplet: BD, DA and 63. RGB value is (189,218,99). Sum of RGB (Red+Green+Blue) = 189+218+99=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA63 is #42259C. Grayscale: #C4C4C4. Windows color (decimal): -4335005 or 6544061. OLE color: 6544061.

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

Color convert

RGB 189 218 99 -
CMYK 0.13 0 0.55 0.15
HSL 74.62º 0.62% 0.62% -
HSV(B) 74.62º 0.55% 0.85% -
XYZ 48.31 61.86 21.2 -
YUV 195.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 189 218 99 0.13 0 0.55 0.15 74.62 0.62 0.62
Hex BD DA 63 D 0 37 F 4B 3E 3E
Octal 275 332 143 15 0 67 17 113 76 76
Binary 10111101 11011010 1100011 1101 0 110111 1111 1001011 111110 111110

Color Harmonies of #BDDA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA63

Black with #BDDA63

Text Example


Text Example

White with #BDDA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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