Html Css Color HEX #BBDF03 Inch Worm

📋 copy color: '#BBDF03'

red 187 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #BBDF03

Tints of Inch Worm #BBDF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.28%
G = 54%
B = 0.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#BBDF03 (or 0xBBDF03) is known color: Inch Worm. HEX triplet: BB, DF and 03. RGB value is (187,223,3). Sum of RGB (Red+Green+Blue) = 187+223+3=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF03 is #4420FC. Grayscale: #BCBCBC. Windows color (decimal): -4464893 or 253883. OLE color: 253883.

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

Color convert

RGB 187 223 3 -
CMYK 0.16 0 0.99 0.13
HSL 69.82º 0.97% 0.44% -
HSV(B) 69.82º 0.99% 0.87% -
XYZ 46.9 63.35 9.84 -
YUV 187.16 24.07 127.89 -
System Red Green Blue C M Y K H S L
Decimal 187 223 3 0.16 0 0.99 0.13 69.82 0.97 0.44
Hex BB DF 3 10 0 63 D 46 61 2C
Octal 273 337 3 20 0 143 15 106 141 54
Binary 10111011 11011111 11 10000 0 1100011 1101 1000110 1100001 101100

Color Harmonies of #BBDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF03

Black with #BBDF03

Text Example


Text Example

White with #BBDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF03; }

 p { color: rgb(187,223,3); }

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

background-color css

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

 a { background-color: rgb(187,223,3); }

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

border-color css

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

 span { border-color: rgb(187,223,3); }

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