Html Css Color HEX #BBDA04 Inch Worm

📋 copy color: '#BBDA04'

red 187 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #BBDA04

Tints of Inch Worm #BBDA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

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

R = 45.72%
G = 53.3%
B = 0.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#BBDA04 (or 0xBBDA04) is known color: Inch Worm. HEX triplet: BB, DA and 04. RGB value is (187,218,4). Sum of RGB (Red+Green+Blue) = 187+218+4=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA04 is #4425FB. Grayscale: #B9B9B9. Windows color (decimal): -4466172 or 318139. OLE color: 318139.

HSL color Cylindrical-coordinate representation of color #BBDA04: hue angle of 68.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBDA04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 4 -
CMYK 0.14 0 0.98 0.15
HSL 68.69º 0.96% 0.44% -
HSV(B) 68.69º 0.98% 0.85% -
XYZ 45.59 60.72 9.43 -
YUV 184.34 26.23 129.9 -
System Red Green Blue C M Y K H S L
Decimal 187 218 4 0.14 0 0.98 0.15 68.69 0.96 0.44
Hex BB DA 4 E 0 62 F 45 60 2C
Octal 273 332 4 16 0 142 17 105 140 54
Binary 10111011 11011010 100 1110 0 1100010 1111 1000101 1100000 101100

Color Harmonies of #BBDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA04

Black with #BBDA04

Text Example


Text Example

White with #BBDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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