Html Css Color HEX #BBD608 Inch Worm

📋 copy color: '#BBD608'

red 187 ◦ green 214 ◦ blue 8

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

Shades of Inch Worm #BBD608

Tints of Inch Worm #BBD608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

 BLUE value IS 8 (3.52% from 255) = 1.96%

R = 45.72%
G = 52.32%
B = 1.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#BBD608 (or 0xBBD608) is known color: Inch Worm. HEX triplet: BB, D6 and 08. RGB value is (187,214,8). Sum of RGB (Red+Green+Blue) = 187+214+8=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD608 is #4429F7. Grayscale: #B7B7B7. Windows color (decimal): -4467192 or 579259. OLE color: 579259.

HSL color Cylindrical-coordinate representation of color #BBD608: hue angle of 67.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBD608 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 8 -
CMYK 0.13 0 0.96 0.16
HSL 67.86º 0.93% 0.44% -
HSV(B) 67.86º 0.96% 0.84% -
XYZ 44.58 58.68 9.21 -
YUV 182.44 29.55 131.25 -
System Red Green Blue C M Y K H S L
Decimal 187 214 8 0.13 0 0.96 0.16 67.86 0.93 0.44
Hex BB D6 8 D 0 60 10 44 5D 2C
Octal 273 326 10 15 0 140 20 104 135 54
Binary 10111011 11010110 1000 1101 0 1100000 10000 1000100 1011101 101100

Color Harmonies of #BBD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD608

Black with #BBD608

Text Example


Text Example

White with #BBD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD608; }

 p { color: rgb(187,214,8); }

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

background-color css

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

 a { background-color: rgb(187,214,8); }

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

border-color css

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

 span { border-color: rgb(187,214,8); }

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