Html Css Color HEX #BDDA11 Inch Worm

📋 copy color: '#BDDA11'

red 189 ◦ green 218 ◦ blue 17

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

Shades of Inch Worm #BDDA11

Tints of Inch Worm #BDDA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 44.58%
G = 51.42%
B = 4.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BDDA11 (or 0xBDDA11) is known color: Inch Worm. HEX triplet: BD, DA and 11. RGB value is (189,218,17). Sum of RGB (Red+Green+Blue) = 189+218+17=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA11 is #4225EE. Grayscale: #BBBBBB. Windows color (decimal): -4335087 or 1170109. OLE color: 1170109.

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

Color convert

RGB 189 218 17 -
CMYK 0.13 0 0.92 0.15
HSL 68.66º 0.86% 0.46% -
HSV(B) 68.66º 0.92% 0.85% -
XYZ 46.16 61 9.87 -
YUV 186.42 32.39 129.84 -
System Red Green Blue C M Y K H S L
Decimal 189 218 17 0.13 0 0.92 0.15 68.66 0.86 0.46
Hex BD DA 11 D 0 5C F 45 56 2E
Octal 275 332 21 15 0 134 17 105 126 56
Binary 10111101 11011010 10001 1101 0 1011100 1111 1000101 1010110 101110

Color Harmonies of #BDDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA11

Black with #BDDA11

Text Example


Text Example

White with #BDDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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