Html Css Color HEX #BBDA0C Inch Worm

📋 copy color: '#BBDA0C'

red 187 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #BBDA0C

Tints of Inch Worm #BBDA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 44.84%
G = 52.28%
B = 2.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BBDA0C (or 0xBBDA0C) is known color: Inch Worm. HEX triplet: BB, DA and 0C. RGB value is (187,218,12). Sum of RGB (Red+Green+Blue) = 187+218+12=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA0C is #4425F3. Grayscale: #BABABA. Windows color (decimal): -4466164 or 842427. OLE color: 842427.

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

Color convert

RGB 187 218 12 -
CMYK 0.14 0 0.94 0.15
HSL 69.03º 0.9% 0.45% -
HSV(B) 69.03º 0.94% 0.85% -
XYZ 45.63 60.73 9.67 -
YUV 185.25 30.23 129.25 -
System Red Green Blue C M Y K H S L
Decimal 187 218 12 0.14 0 0.94 0.15 69.03 0.9 0.45
Hex BB DA C E 0 5E F 45 5A 2D
Octal 273 332 14 16 0 136 17 105 132 55
Binary 10111011 11011010 1100 1110 0 1011110 1111 1000101 1011010 101101

Color Harmonies of #BBDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA0C

Black with #BBDA0C

Text Example


Text Example

White with #BBDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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