Html Css Color HEX #BBDA07 Inch Worm

📋 copy color: '#BBDA07'

red 187 ◦ green 218 ◦ blue 7

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

Shades of Inch Worm #BBDA07

Tints of Inch Worm #BBDA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 45.39%
G = 52.91%
B = 1.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#BBDA07 (or 0xBBDA07) is known color: Inch Worm. HEX triplet: BB, DA and 07. RGB value is (187,218,7). Sum of RGB (Red+Green+Blue) = 187+218+7=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA07 is #4425F8. Grayscale: #B9B9B9. Windows color (decimal): -4466169 or 514747. OLE color: 514747.

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

Color convert

RGB 187 218 7 -
CMYK 0.14 0 0.97 0.15
HSL 68.82º 0.94% 0.44% -
HSV(B) 68.82º 0.97% 0.85% -
XYZ 45.6 60.72 9.52 -
YUV 184.68 27.73 129.66 -
System Red Green Blue C M Y K H S L
Decimal 187 218 7 0.14 0 0.97 0.15 68.82 0.94 0.44
Hex BB DA 7 E 0 61 F 45 5E 2C
Octal 273 332 7 16 0 141 17 105 136 54
Binary 10111011 11011010 111 1110 0 1100001 1111 1000101 1011110 101100

Color Harmonies of #BBDA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA07

Black with #BBDA07

Text Example


Text Example

White with #BBDA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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