Html Css Color HEX #BDD812 Inch Worm

📋 copy color: '#BDD812'

red 189 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #BDD812

Tints of Inch Worm #BDD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.06%

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

R = 44.68%
G = 51.06%
B = 4.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BDD812 (or 0xBDD812) is known color: Inch Worm. HEX triplet: BD, D8 and 12. RGB value is (189,216,18). Sum of RGB (Red+Green+Blue) = 189+216+18=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD812 is #4227ED. Grayscale: #BABABA. Windows color (decimal): -4335598 or 1235133. OLE color: 1235133.

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

Color convert

RGB 189 216 18 -
CMYK 0.12 0 0.92 0.15
HSL 68.18º 0.85% 0.46% -
HSV(B) 68.18º 0.92% 0.85% -
XYZ 45.65 59.97 9.74 -
YUV 185.36 33.55 130.6 -
System Red Green Blue C M Y K H S L
Decimal 189 216 18 0.12 0 0.92 0.15 68.18 0.85 0.46
Hex BD D8 12 C 0 5C F 44 55 2E
Octal 275 330 22 14 0 134 17 104 125 56
Binary 10111101 11011000 10010 1100 0 1011100 1111 1000100 1010101 101110

Color Harmonies of #BDD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD812

Black with #BDD812

Text Example


Text Example

White with #BDD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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