Html Css Color HEX #BBDB0A Inch Worm

📋 copy color: '#BBDB0A'

red 187 ◦ green 219 ◦ blue 10

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

Shades of Inch Worm #BBDB0A

Tints of Inch Worm #BBDB0A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.64%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 44.95%
G = 52.64%
B = 2.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#BBDB0A (or 0xBBDB0A) is known color: Inch Worm. HEX triplet: BB, DB and 0A. RGB value is (187,219,10). Sum of RGB (Red+Green+Blue) = 187+219+10=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB0A is #4424F5. Grayscale: #BABABA. Windows color (decimal): -4465910 or 711611. OLE color: 711611.

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

Color convert

RGB 187 219 10 -
CMYK 0.15 0 0.95 0.14
HSL 69.19º 0.91% 0.45% -
HSV(B) 69.19º 0.95% 0.86% -
XYZ 45.88 61.25 9.69 -
YUV 185.61 28.9 128.99 -
System Red Green Blue C M Y K H S L
Decimal 187 219 10 0.15 0 0.95 0.14 69.19 0.91 0.45
Hex BB DB A F 0 5F E 45 5B 2D
Octal 273 333 12 17 0 137 16 105 133 55
Binary 10111011 11011011 1010 1111 0 1011111 1110 1000101 1011011 101101

Color Harmonies of #BBDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB0A

Black with #BBDB0A

Text Example


Text Example

White with #BBDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB0A; }

 p { color: rgb(187,219,10); }

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

background-color css

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

 a { background-color: rgb(187,219,10); }

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

border-color css

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

 span { border-color: rgb(187,219,10); }

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