Html Css Color HEX #BDDA68 Wild Willow

📋 copy color: '#BDDA68'

red 189 ◦ green 218 ◦ blue 104

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

Shades of Wild Willow #BDDA68

Tints of Wild Willow #BDDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.35%

R = 36.99%
G = 42.66%
B = 20.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BDDA68 (or 0xBDDA68) is known color: Wild Willow. HEX triplet: BD, DA and 68. RGB value is (189,218,104). Sum of RGB (Red+Green+Blue) = 189+218+104=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA68 is #422597. Grayscale: #C4C4C4. Windows color (decimal): -4335000 or 6871741. OLE color: 6871741.

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

Color convert

RGB 189 218 104 -
CMYK 0.13 0 0.52 0.15
HSL 75.26º 0.61% 0.63% -
HSV(B) 75.26º 0.52% 0.85% -
XYZ 48.56 61.96 22.5 -
YUV 196.33 75.89 122.77 -
System Red Green Blue C M Y K H S L
Decimal 189 218 104 0.13 0 0.52 0.15 75.26 0.61 0.63
Hex BD DA 68 D 0 34 F 4B 3D 3F
Octal 275 332 150 15 0 64 17 113 75 77
Binary 10111101 11011010 1101000 1101 0 110100 1111 1001011 111101 111111

Color Harmonies of #BDDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA68

Black with #BDDA68

Text Example


Text Example

White with #BDDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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