Html Css Color HEX #BDD912 Inch Worm

📋 copy color: '#BDD912'

red 189 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #BDD912

Tints of Inch Worm #BDD912

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.18%

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 44.58%
G = 51.18%
B = 4.25%

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

#BDD912 (or 0xBDD912) is known color: Inch Worm. HEX triplet: BD, D9 and 12. RGB value is (189,217,18). Sum of RGB (Red+Green+Blue) = 189+217+18=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD912 is #4226ED. Grayscale: #BABABA. Windows color (decimal): -4335342 or 1235389. OLE color: 1235389.

HSL color Cylindrical-coordinate representation of color #BDD912: hue angle of 68.44º degrees, saturation: 0.85, 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 #BDD912 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 18 -
CMYK 0.13 0 0.92 0.15
HSL 68.44º 0.85% 0.46% -
HSV(B) 68.44º 0.92% 0.85% -
XYZ 45.91 60.49 9.83 -
YUV 185.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 189 217 18 0.13 0 0.92 0.15 68.44 0.85 0.46
Hex BD D9 12 D 0 5C F 44 55 2E
Octal 275 331 22 15 0 134 17 104 125 56
Binary 10111101 11011001 10010 1101 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BDD912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD912

Black with #BDD912

Text Example


Text Example

White with #BDD912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD912; }

 p { color: rgb(189,217,18); }

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

background-color css

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

 a { background-color: rgb(189,217,18); }

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

border-color css

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

 span { border-color: rgb(189,217,18); }

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