Html Css Color HEX #BBDA02 Inch Worm

📋 copy color: '#BBDA02'

red 187 ◦ green 218 ◦ blue 2

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

Shades of Inch Worm #BBDA02

Tints of Inch Worm #BBDA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 45.95%
G = 53.56%
B = 0.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BBDA02 (or 0xBBDA02) is known color: Inch Worm. HEX triplet: BB, DA and 02. RGB value is (187,218,2). Sum of RGB (Red+Green+Blue) = 187+218+2=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA02 is #4425FD. Grayscale: #B8B8B8. Windows color (decimal): -4466174 or 187067. OLE color: 187067.

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

Color convert

RGB 187 218 2 -
CMYK 0.14 0 0.99 0.15
HSL 68.61º 0.98% 0.43% -
HSV(B) 68.61º 0.99% 0.85% -
XYZ 45.58 60.71 9.37 -
YUV 184.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 187 218 2 0.14 0 0.99 0.15 68.61 0.98 0.43
Hex BB DA 2 E 0 63 F 45 62 2B
Octal 273 332 2 16 0 143 17 105 142 53
Binary 10111011 11011010 10 1110 0 1100011 1111 1000101 1100010 101011

Color Harmonies of #BBDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA02

Black with #BBDA02

Text Example


Text Example

White with #BBDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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