Html Css Color HEX #BBDA1C Inch Worm

📋 copy color: '#BBDA1C'

red 187 ◦ green 218 ◦ blue 28

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

Shades of Inch Worm #BBDA1C

Tints of Inch Worm #BBDA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 43.19%
G = 50.35%
B = 6.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BBDA1C (or 0xBBDA1C) is known color: Inch Worm. HEX triplet: BB, DA and 1C. RGB value is (187,218,28). Sum of RGB (Red+Green+Blue) = 187+218+28=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA1C is #4425E3. Grayscale: #BBBBBB. Windows color (decimal): -4466148 or 1891003. OLE color: 1891003.

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

Color convert

RGB 187 218 28 -
CMYK 0.14 0 0.87 0.15
HSL 69.79º 0.77% 0.48% -
HSV(B) 69.79º 0.87% 0.85% -
XYZ 45.77 60.79 10.42 -
YUV 187.07 38.23 127.95 -
System Red Green Blue C M Y K H S L
Decimal 187 218 28 0.14 0 0.87 0.15 69.79 0.77 0.48
Hex BB DA 1C E 0 57 F 46 4D 30
Octal 273 332 34 16 0 127 17 106 115 60
Binary 10111011 11011010 11100 1110 0 1010111 1111 1000110 1001101 110000

Color Harmonies of #BBDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA1C

Black with #BBDA1C

Text Example


Text Example

White with #BBDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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