Html Css Color HEX #BBE714 Inch Worm

📋 copy color: '#BBE714'

red 187 ◦ green 231 ◦ blue 20

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

Shades of Inch Worm #BBE714

Tints of Inch Worm #BBE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.74%

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

R = 42.69%
G = 52.74%
B = 4.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BBE714 (or 0xBBE714) is known color: Inch Worm. HEX triplet: BB, E7 and 14. RGB value is (187,231,20). Sum of RGB (Red+Green+Blue) = 187+231+20=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE714 is #4418EB. Grayscale: #C2C2C2. Windows color (decimal): -4462828 or 1370043. OLE color: 1370043.

HSL color Cylindrical-coordinate representation of color #BBE714: hue angle of 72.51º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBE714 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 231 20 -
CMYK 0.19 0 0.91 0.09
HSL 72.51º 0.84% 0.49% -
HSV(B) 72.51º 0.91% 0.91% -
XYZ 49.2 67.77 11.15 -
YUV 193.79 29.92 123.16 -
System Red Green Blue C M Y K H S L
Decimal 187 231 20 0.19 0 0.91 0.09 72.51 0.84 0.49
Hex BB E7 14 13 0 5B 9 49 54 31
Octal 273 347 24 23 0 133 11 111 124 61
Binary 10111011 11100111 10100 10011 0 1011011 1001 1001001 1010100 110001

Color Harmonies of #BBE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE714

Black with #BBE714

Text Example


Text Example

White with #BBE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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