Html Css Color HEX #BBDF1F Inch Worm

📋 copy color: '#BBDF1F'

red 187 ◦ green 223 ◦ blue 31

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

Shades of Inch Worm #BBDF1F

Tints of Inch Worm #BBDF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.03%

R = 42.4%
G = 50.57%
B = 7.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#BBDF1F (or 0xBBDF1F) is known color: Inch Worm. HEX triplet: BB, DF and 1F. RGB value is (187,223,31). Sum of RGB (Red+Green+Blue) = 187+223+31=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF1F is #4420E0. Grayscale: #BFBFBF. Windows color (decimal): -4464865 or 2088891. OLE color: 2088891.

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

Color convert

RGB 187 223 31 -
CMYK 0.16 0 0.86 0.13
HSL 71.25º 0.76% 0.5% -
HSV(B) 71.25º 0.86% 0.87% -
XYZ 47.13 63.44 11.06 -
YUV 190.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 187 223 31 0.16 0 0.86 0.13 71.25 0.76 0.5
Hex BB DF 1F 10 0 56 D 47 4C 32
Octal 273 337 37 20 0 126 15 107 114 62
Binary 10111011 11011111 11111 10000 0 1010110 1101 1000111 1001100 110010

Color Harmonies of #BBDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF1F

Black with #BBDF1F

Text Example


Text Example

White with #BBDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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