Html Css Color HEX #BDDA10 Inch Worm

📋 copy color: '#BDDA10'

red 189 ◦ green 218 ◦ blue 16

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

Shades of Inch Worm #BDDA10

Tints of Inch Worm #BDDA10

RGB

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

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

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

R = 44.68%
G = 51.54%
B = 3.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BDDA10 (or 0xBDDA10) is known color: Inch Worm. HEX triplet: BD, DA and 10. RGB value is (189,218,16). Sum of RGB (Red+Green+Blue) = 189+218+16=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA10 is #4225EF. Grayscale: #BBBBBB. Windows color (decimal): -4335088 or 1104573. OLE color: 1104573.

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

Color convert

RGB 189 218 16 -
CMYK 0.13 0 0.93 0.15
HSL 68.61º 0.86% 0.46% -
HSV(B) 68.61º 0.93% 0.85% -
XYZ 46.15 61 9.83 -
YUV 186.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 189 218 16 0.13 0 0.93 0.15 68.61 0.86 0.46
Hex BD DA 10 D 0 5D F 45 56 2E
Octal 275 332 20 15 0 135 17 105 126 56
Binary 10111101 11011010 10000 1101 0 1011101 1111 1000101 1010110 101110

Color Harmonies of #BDDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA10

Black with #BDDA10

Text Example


Text Example

White with #BDDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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