Html Css Color HEX #BBD702 Inch Worm

📋 copy color: '#BBD702'

red 187 ◦ green 215 ◦ blue 2

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

Shades of Inch Worm #BBD702

Tints of Inch Worm #BBD702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 46.29%
G = 53.22%
B = 0.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BBD702 (or 0xBBD702) is known color: Inch Worm. HEX triplet: BB, D7 and 02. RGB value is (187,215,2). Sum of RGB (Red+Green+Blue) = 187+215+2=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD702 is #4428FD. Grayscale: #B7B7B7. Windows color (decimal): -4466942 or 186299. OLE color: 186299.

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

Color convert

RGB 187 215 2 -
CMYK 0.13 0 0.99 0.16
HSL 67.89º 0.98% 0.43% -
HSV(B) 67.89º 0.99% 0.84% -
XYZ 44.8 59.17 9.12 -
YUV 182.35 26.22 131.32 -
System Red Green Blue C M Y K H S L
Decimal 187 215 2 0.13 0 0.99 0.16 67.89 0.98 0.43
Hex BB D7 2 D 0 63 10 44 62 2B
Octal 273 327 2 15 0 143 20 104 142 53
Binary 10111011 11010111 10 1101 0 1100011 10000 1000100 1100010 101011

Color Harmonies of #BBD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD702

Black with #BBD702

Text Example


Text Example

White with #BBD702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD702; }

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

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

background-color css

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

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

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

border-color css

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

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

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