Html Css Color HEX #BDDB10 Inch Worm

📋 copy color: '#BDDB10'

red 189 ◦ green 219 ◦ blue 16

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

Shades of Inch Worm #BDDB10

Tints of Inch Worm #BDDB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 44.58%
G = 51.65%
B = 3.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BDDB10 (or 0xBDDB10) is known color: Inch Worm. HEX triplet: BD, DB and 10. RGB value is (189,219,16). Sum of RGB (Red+Green+Blue) = 189+219+16=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB10 is #4224EF. Grayscale: #BBBBBB. Windows color (decimal): -4334832 or 1104829. OLE color: 1104829.

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

Color convert

RGB 189 219 16 -
CMYK 0.14 0 0.93 0.14
HSL 68.87º 0.86% 0.46% -
HSV(B) 68.87º 0.93% 0.86% -
XYZ 46.41 61.52 9.92 -
YUV 186.89 31.56 129.51 -
System Red Green Blue C M Y K H S L
Decimal 189 219 16 0.14 0 0.93 0.14 68.87 0.86 0.46
Hex BD DB 10 E 0 5D E 45 56 2E
Octal 275 333 20 16 0 135 16 105 126 56
Binary 10111101 11011011 10000 1110 0 1011101 1110 1000101 1010110 101110

Color Harmonies of #BDDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB10

Black with #BDDB10

Text Example


Text Example

White with #BDDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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