Html Css Color HEX #00BB5B Pigment Green

📋 copy color: '#00BB5B'

red 0 ◦ green 187 ◦ blue 91

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

Shades of Pigment Green #00BB5B

Tints of Pigment Green #00BB5B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 187 (73.44% from 255) = 67.27%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 0%
G = 67.27%
B = 32.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#00BB5B (or 0x00BB5B) is known color: Pigment Green. HEX triplet: 00, BB and 5B. RGB value is (0,187,91). Sum of RGB (Red+Green+Blue) = 0+187+91=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 187 (73.44% from 255 or 67.27% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB5B is #FF44A4. Grayscale: #787878. Windows color (decimal): -16729253 or 6011648. OLE color: 6011648.

HSL color Cylindrical-coordinate representation of color #00BB5B: hue angle of 149.2º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB5B is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 187 91 -
CMYK 1 0 0.51 0.27
HSL 149.2º 1% 0.37% -
HSV(B) 149.2º 1% 0.73% -
XYZ 19.66 36.3 15.87 -
YUV 120.14 111.55 42.31 -
System Red Green Blue C M Y K H S L
Decimal 0 187 91 1 0 0.51 0.27 149.2 1 0.37
Hex 0 BB 5B 64 0 33 1B 95 64 25
Octal 0 273 133 144 0 63 33 225 144 45
Binary 0 10111011 1011011 1100100 0 110011 11011 10010101 1100100 100101

Color Harmonies of #00BB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BB5B

Black with #00BB5B

Text Example


Text Example

White with #00BB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BB5B; }

 p { color: rgb(0,187,91); }

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

background-color css

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

 a { background-color: rgb(0,187,91); }

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

border-color css

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

 span { border-color: rgb(0,187,91); }

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