Html Css Color HEX #BBDA06 Inch Worm

📋 copy color: '#BBDA06'

red 187 ◦ green 218 ◦ blue 6

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

Shades of Inch Worm #BBDA06

Tints of Inch Worm #BBDA06

RGB

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

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

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

R = 45.5%
G = 53.04%
B = 1.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BBDA06 (or 0xBBDA06) is known color: Inch Worm. HEX triplet: BB, DA and 06. RGB value is (187,218,6). Sum of RGB (Red+Green+Blue) = 187+218+6=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA06 is #4425F9. Grayscale: #B9B9B9. Windows color (decimal): -4466170 or 449211. OLE color: 449211.

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

Color convert

RGB 187 218 6 -
CMYK 0.14 0 0.97 0.15
HSL 68.77º 0.95% 0.44% -
HSV(B) 68.77º 0.97% 0.85% -
XYZ 45.6 60.72 9.49 -
YUV 184.56 27.23 129.74 -
System Red Green Blue C M Y K H S L
Decimal 187 218 6 0.14 0 0.97 0.15 68.77 0.95 0.44
Hex BB DA 6 E 0 61 F 45 5F 2C
Octal 273 332 6 16 0 141 17 105 137 54
Binary 10111011 11011010 110 1110 0 1100001 1111 1000101 1011111 101100

Color Harmonies of #BBDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA06

Black with #BBDA06

Text Example


Text Example

White with #BBDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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