Html Css Color HEX #BDDB16 Inch Worm

📋 copy color: '#BDDB16'

red 189 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #BDDB16

Tints of Inch Worm #BDDB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 43.95%
G = 50.93%
B = 5.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#BDDB16 (or 0xBDDB16) is known color: Inch Worm. HEX triplet: BD, DB and 16. RGB value is (189,219,22). Sum of RGB (Red+Green+Blue) = 189+219+22=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB16 is #4224E9. Grayscale: #BCBCBC. Windows color (decimal): -4334826 or 1498045. OLE color: 1498045.

HSL color Cylindrical-coordinate representation of color #BDDB16: hue angle of 69.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDDB16 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 22 -
CMYK 0.14 0 0.90 0.14
HSL 69.14º 0.82% 0.47% -
HSV(B) 69.14º 0.9% 0.86% -
XYZ 46.46 61.54 10.19 -
YUV 187.57 34.56 129.02 -
System Red Green Blue C M Y K H S L
Decimal 189 219 22 0.14 0 0.90 0.14 69.14 0.82 0.47
Hex BD DB 16 E 0 5A E 45 52 2F
Octal 275 333 26 16 0 132 16 105 122 57
Binary 10111101 11011011 10110 1110 0 1011010 1110 1000101 1010010 101111

Color Harmonies of #BDDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB16

Black with #BDDB16

Text Example


Text Example

White with #BDDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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