Html Css Color HEX #BBDC0D Inch Worm

📋 copy color: '#BBDC0D'

red 187 ◦ green 220 ◦ blue 13

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

Shades of Inch Worm #BBDC0D

Tints of Inch Worm #BBDC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 44.52%
G = 52.38%
B = 3.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#BBDC0D (or 0xBBDC0D) is known color: Inch Worm. HEX triplet: BB, DC and 0D. RGB value is (187,220,13). Sum of RGB (Red+Green+Blue) = 187+220+13=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC0D is #4423F2. Grayscale: #BBBBBB. Windows color (decimal): -4465651 or 908475. OLE color: 908475.

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

Color convert

RGB 187 220 13 -
CMYK 0.15 0 0.94 0.14
HSL 69.57º 0.89% 0.46% -
HSV(B) 69.57º 0.94% 0.86% -
XYZ 46.16 61.78 9.87 -
YUV 186.54 30.07 128.33 -
System Red Green Blue C M Y K H S L
Decimal 187 220 13 0.15 0 0.94 0.14 69.57 0.89 0.46
Hex BB DC D F 0 5E E 46 59 2E
Octal 273 334 15 17 0 136 16 106 131 56
Binary 10111011 11011100 1101 1111 0 1011110 1110 1000110 1011001 101110

Color Harmonies of #BBDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC0D

Black with #BBDC0D

Text Example


Text Example

White with #BBDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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