Html Css Color HEX #BBDC05 Inch Worm

📋 copy color: '#BBDC05'

red 187 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #BBDC05

Tints of Inch Worm #BBDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 45.39%
G = 53.4%
B = 1.21%

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

#BBDC05 (or 0xBBDC05) is known color: Inch Worm. HEX triplet: BB, DC and 05. RGB value is (187,220,5). Sum of RGB (Red+Green+Blue) = 187+220+5=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC05 is #4423FA. Grayscale: #BABABA. Windows color (decimal): -4465659 or 384187. OLE color: 384187.

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

Color convert

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

Color Harmonies of #BBDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC05

Black with #BBDC05

Text Example


Text Example

White with #BBDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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