Html Css Color HEX #BBDC08 Inch Worm

📋 copy color: '#BBDC08'

red 187 ◦ green 220 ◦ blue 8

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

Shades of Inch Worm #BBDC08

Tints of Inch Worm #BBDC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 45.06%
G = 53.01%
B = 1.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#BBDC08 (or 0xBBDC08) is known color: Inch Worm. HEX triplet: BB, DC and 08. RGB value is (187,220,8). Sum of RGB (Red+Green+Blue) = 187+220+8=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC08 is #4423F7. Grayscale: #BABABA. Windows color (decimal): -4465656 or 580795. OLE color: 580795.

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

Color convert

RGB 187 220 8 -
CMYK 0.15 0 0.96 0.14
HSL 69.34º 0.93% 0.45% -
HSV(B) 69.34º 0.96% 0.86% -
XYZ 46.13 61.77 9.72 -
YUV 185.97 27.57 128.74 -
System Red Green Blue C M Y K H S L
Decimal 187 220 8 0.15 0 0.96 0.14 69.34 0.93 0.45
Hex BB DC 8 F 0 60 E 45 5D 2D
Octal 273 334 10 17 0 140 16 105 135 55
Binary 10111011 11011100 1000 1111 0 1100000 1110 1000101 1011101 101101

Color Harmonies of #BBDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC08

Black with #BBDC08

Text Example


Text Example

White with #BBDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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