Html Css Color HEX #BDD90C Inch Worm

📋 copy color: '#BDD90C'

red 189 ◦ green 217 ◦ blue 12

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

Shades of Inch Worm #BDD90C

Tints of Inch Worm #BDD90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 45.22%
G = 51.91%
B = 2.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BDD90C (or 0xBDD90C) is known color: Inch Worm. HEX triplet: BD, D9 and 0C. RGB value is (189,217,12). Sum of RGB (Red+Green+Blue) = 189+217+12=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD90C is #4226F3. Grayscale: #BABABA. Windows color (decimal): -4335348 or 842173. OLE color: 842173.

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

Color convert

RGB 189 217 12 -
CMYK 0.13 0 0.94 0.15
HSL 68.2º 0.9% 0.45% -
HSV(B) 68.2º 0.94% 0.85% -
XYZ 45.87 60.47 9.6 -
YUV 185.26 30.22 130.67 -
System Red Green Blue C M Y K H S L
Decimal 189 217 12 0.13 0 0.94 0.15 68.2 0.9 0.45
Hex BD D9 C D 0 5E F 44 5A 2D
Octal 275 331 14 15 0 136 17 104 132 55
Binary 10111101 11011001 1100 1101 0 1011110 1111 1000100 1011010 101101

Color Harmonies of #BDD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD90C

Black with #BDD90C

Text Example


Text Example

White with #BDD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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