Html Css Color HEX #BBDC04 Inch Worm

📋 copy color: '#BBDC04'

red 187 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #BBDC04

Tints of Inch Worm #BBDC04

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.53%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.5%
G = 53.53%
B = 0.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#BBDC04 (or 0xBBDC04) is known color: Inch Worm. HEX triplet: BB, DC and 04. RGB value is (187,220,4). Sum of RGB (Red+Green+Blue) = 187+220+4=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC04 is #4423FB. Grayscale: #BABABA. Windows color (decimal): -4465660 or 318651. OLE color: 318651.

HSL color Cylindrical-coordinate representation of color #BBDC04: hue angle of 69.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBDC04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 4 -
CMYK 0.15 0 0.98 0.14
HSL 69.17º 0.96% 0.44% -
HSV(B) 69.17º 0.98% 0.86% -
XYZ 46.11 61.76 9.61 -
YUV 185.51 25.57 129.06 -
System Red Green Blue C M Y K H S L
Decimal 187 220 4 0.15 0 0.98 0.14 69.17 0.96 0.44
Hex BB DC 4 F 0 62 E 45 60 2C
Octal 273 334 4 17 0 142 16 105 140 54
Binary 10111011 11011100 100 1111 0 1100010 1110 1000101 1100000 101100

Color Harmonies of #BBDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC04

Black with #BBDC04

Text Example


Text Example

White with #BBDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC04; }

 p { color: rgb(187,220,4); }

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

background-color css

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

 a { background-color: rgb(187,220,4); }

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

border-color css

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

 span { border-color: rgb(187,220,4); }

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