Html Css Color HEX #BBEF0C Inch Worm

📋 copy color: '#BBEF0C'

red 187 ◦ green 239 ◦ blue 12

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

Shades of Inch Worm #BBEF0C

Tints of Inch Worm #BBEF0C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.57%

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

R = 42.69%
G = 54.57%
B = 2.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#BBEF0C (or 0xBBEF0C) is known color: Inch Worm. HEX triplet: BB, EF and 0C. RGB value is (187,239,12). Sum of RGB (Red+Green+Blue) = 187+239+12=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF0C is #4410F3. Grayscale: #C6C6C6. Windows color (decimal): -4460788 or 847803. OLE color: 847803.

HSL color Cylindrical-coordinate representation of color #BBEF0C: hue angle of 73.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBEF0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 12 -
CMYK 0.22 0 0.95 0.06
HSL 73.74º 0.9% 0.49% -
HSV(B) 73.74º 0.95% 0.94% -
XYZ 51.43 72.32 11.6 -
YUV 197.57 23.27 120.46 -
System Red Green Blue C M Y K H S L
Decimal 187 239 12 0.22 0 0.95 0.06 73.74 0.9 0.49
Hex BB EF C 16 0 5F 6 4A 5A 31
Octal 273 357 14 26 0 137 6 112 132 61
Binary 10111011 11101111 1100 10110 0 1011111 110 1001010 1011010 110001

Color Harmonies of #BBEF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEF0C

Black with #BBEF0C

Text Example


Text Example

White with #BBEF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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