Html Css Color HEX #BBDA14 Inch Worm

📋 copy color: '#BBDA14'

red 187 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #BBDA14

Tints of Inch Worm #BBDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 44%
G = 51.29%
B = 4.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BBDA14 (or 0xBBDA14) is known color: Inch Worm. HEX triplet: BB, DA and 14. RGB value is (187,218,20). Sum of RGB (Red+Green+Blue) = 187+218+20=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA14 is #4425EB. Grayscale: #BABABA. Windows color (decimal): -4466156 or 1366715. OLE color: 1366715.

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

Color convert

RGB 187 218 20 -
CMYK 0.14 0 0.91 0.15
HSL 69.39º 0.83% 0.47% -
HSV(B) 69.39º 0.91% 0.85% -
XYZ 45.69 60.76 9.98 -
YUV 186.16 34.23 128.6 -
System Red Green Blue C M Y K H S L
Decimal 187 218 20 0.14 0 0.91 0.15 69.39 0.83 0.47
Hex BB DA 14 E 0 5B F 45 53 2F
Octal 273 332 24 16 0 133 17 105 123 57
Binary 10111011 11011010 10100 1110 0 1011011 1111 1000101 1010011 101111

Color Harmonies of #BBDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA14

Black with #BBDA14

Text Example


Text Example

White with #BBDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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