Html Css Color HEX #BDDB62 Wild Willow

📋 copy color: '#BDDB62'

red 189 ◦ green 219 ◦ blue 98

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

Shades of Wild Willow #BDDB62

Tints of Wild Willow #BDDB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 37.35%
G = 43.28%
B = 19.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BDDB62 (or 0xBDDB62) is known color: Wild Willow. HEX triplet: BD, DB and 62. RGB value is (189,219,98). Sum of RGB (Red+Green+Blue) = 189+219+98=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB62 is #42249D. Grayscale: #C4C4C4. Windows color (decimal): -4334750 or 6478781. OLE color: 6478781.

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

Color convert

RGB 189 219 98 -
CMYK 0.14 0 0.55 0.14
HSL 74.88º 0.63% 0.62% -
HSV(B) 74.88º 0.55% 0.86% -
XYZ 48.52 62.36 21.04 -
YUV 196.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 189 219 98 0.14 0 0.55 0.14 74.88 0.63 0.62
Hex BD DB 62 E 0 37 E 4B 3F 3E
Octal 275 333 142 16 0 67 16 113 77 76
Binary 10111101 11011011 1100010 1110 0 110111 1110 1001011 111111 111110

Color Harmonies of #BDDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB62

Black with #BDDB62

Text Example


Text Example

White with #BDDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB62; }

 p { color: rgb(189,219,98); }

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

background-color css

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

 a { background-color: rgb(189,219,98); }

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

border-color css

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

 span { border-color: rgb(189,219,98); }

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