Html Css Color HEX #BBDA12 Inch Worm

📋 copy color: '#BBDA12'

red 187 ◦ green 218 ◦ blue 18

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

Shades of Inch Worm #BBDA12

Tints of Inch Worm #BBDA12

RGB

 RED value IS 187 (73.44% from 255) = 44.21%

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

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

R = 44.21%
G = 51.54%
B = 4.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#BBDA12 (or 0xBBDA12) is known color: Inch Worm. HEX triplet: BB, DA and 12. RGB value is (187,218,18). Sum of RGB (Red+Green+Blue) = 187+218+18=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA12 is #4425ED. Grayscale: #BABABA. Windows color (decimal): -4466158 or 1235643. OLE color: 1235643.

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

Color convert

RGB 187 218 18 -
CMYK 0.14 0 0.92 0.15
HSL 69.3º 0.85% 0.46% -
HSV(B) 69.3º 0.92% 0.85% -
XYZ 45.67 60.75 9.89 -
YUV 185.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 187 218 18 0.14 0 0.92 0.15 69.3 0.85 0.46
Hex BB DA 12 E 0 5C F 45 55 2E
Octal 273 332 22 16 0 134 17 105 125 56
Binary 10111011 11011010 10010 1110 0 1011100 1111 1000101 1010101 101110

Color Harmonies of #BBDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA12

Black with #BBDA12

Text Example


Text Example

White with #BBDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA12; }

 p { color: rgb(187,218,18); }

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

background-color css

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

 a { background-color: rgb(187,218,18); }

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

border-color css

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

 span { border-color: rgb(187,218,18); }

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