Html Css Color HEX #BBD70C Inch Worm

📋 copy color: '#BBD70C'

red 187 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #BBD70C

Tints of Inch Worm #BBD70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 45.17%
G = 51.93%
B = 2.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BBD70C (or 0xBBD70C) is known color: Inch Worm. HEX triplet: BB, D7 and 0C. RGB value is (187,215,12). Sum of RGB (Red+Green+Blue) = 187+215+12=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD70C is #4428F3. Grayscale: #B8B8B8. Windows color (decimal): -4466932 or 841659. OLE color: 841659.

HSL color Cylindrical-coordinate representation of color #BBD70C: hue angle of 68.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBD70C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 12 -
CMYK 0.13 0 0.94 0.16
HSL 68.28º 0.89% 0.45% -
HSV(B) 68.28º 0.94% 0.84% -
XYZ 44.86 59.19 9.41 -
YUV 183.49 31.22 130.51 -
System Red Green Blue C M Y K H S L
Decimal 187 215 12 0.13 0 0.94 0.16 68.28 0.89 0.45
Hex BB D7 C D 0 5E 10 44 59 2D
Octal 273 327 14 15 0 136 20 104 131 55
Binary 10111011 11010111 1100 1101 0 1011110 10000 1000100 1011001 101101

Color Harmonies of #BBD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD70C

Black with #BBD70C

Text Example


Text Example

White with #BBD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD70C; }

 p { color: rgb(187,215,12); }

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

background-color css

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

 a { background-color: rgb(187,215,12); }

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

border-color css

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

 span { border-color: rgb(187,215,12); }

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