Html Css Color HEX #BBDF04 Inch Worm

📋 copy color: '#BBDF04'

red 187 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #BBDF04

Tints of Inch Worm #BBDF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.17%
G = 53.86%
B = 0.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BBDF04 (or 0xBBDF04) is known color: Inch Worm. HEX triplet: BB, DF and 04. RGB value is (187,223,4). Sum of RGB (Red+Green+Blue) = 187+223+4=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF04 is #4420FB. Grayscale: #BCBCBC. Windows color (decimal): -4464892 or 319419. OLE color: 319419.

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

Color convert

RGB 187 223 4 -
CMYK 0.16 0 0.98 0.13
HSL 69.86º 0.96% 0.45% -
HSV(B) 69.86º 0.98% 0.87% -
XYZ 46.9 63.35 9.87 -
YUV 187.27 24.57 127.81 -
System Red Green Blue C M Y K H S L
Decimal 187 223 4 0.16 0 0.98 0.13 69.86 0.96 0.45
Hex BB DF 4 10 0 62 D 46 60 2D
Octal 273 337 4 20 0 142 15 106 140 55
Binary 10111011 11011111 100 10000 0 1100010 1101 1000110 1100000 101101

Color Harmonies of #BBDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF04

Black with #BBDF04

Text Example


Text Example

White with #BBDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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