Html Css Color HEX #BBDF06 Inch Worm

📋 copy color: '#BBDF06'

red 187 ◦ green 223 ◦ blue 6

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

Shades of Inch Worm #BBDF06

Tints of Inch Worm #BBDF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 44.95%
G = 53.61%
B = 1.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BBDF06 (or 0xBBDF06) is known color: Inch Worm. HEX triplet: BB, DF and 06. RGB value is (187,223,6). Sum of RGB (Red+Green+Blue) = 187+223+6=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF06 is #4420F9. Grayscale: #BCBCBC. Windows color (decimal): -4464890 or 450491. OLE color: 450491.

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

Color convert

RGB 187 223 6 -
CMYK 0.16 0 0.97 0.13
HSL 69.95º 0.95% 0.45% -
HSV(B) 69.95º 0.97% 0.87% -
XYZ 46.91 63.35 9.93 -
YUV 187.5 25.57 127.64 -
System Red Green Blue C M Y K H S L
Decimal 187 223 6 0.16 0 0.97 0.13 69.95 0.95 0.45
Hex BB DF 6 10 0 61 D 46 5F 2D
Octal 273 337 6 20 0 141 15 106 137 55
Binary 10111011 11011111 110 10000 0 1100001 1101 1000110 1011111 101101

Color Harmonies of #BBDF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF06

Black with #BBDF06

Text Example


Text Example

White with #BBDF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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