#91BD0B

Color #91BD0B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #91BD0B

Tints of Citrus #91BD0B

Color information

#91BD0B (or 0x91BD0B) is unknown color: approx Citrus. HEX triplet: 91, BD and 0B. RGB value is (145,189,11). Sum of RGB (Red+Green+Blue) = 145+189+11=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BD0B is #6E42F4. Grayscale: #9C9C9C. Windows color (decimal): -7226101 or 769425. OLE color: 769425.

HSL color Cylindrical-coordinate representation of color #91BD0B: hue angle of 74.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91BD0B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB14518911-
CMYK0.2300.940.26
HSL74.83º89%39.22%-
HSV(B)74.83º94.18%74.12%-
XYZ29.9442.446.93-
YUV155.5546.42120.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 11 (4.69% from 255) = 3.19%
R=42.03%
G=54.78%
B=3.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145189110.2300.940.2674.838939.22
Hex91BDB1705E1A4b5927
Octal221275132701363211313147
Binary1001000110111101101110111010111101101010010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BD0B; }

 p { color: rgb(145,189,11); }

 H1.HeaderClassName
 {
   color: #91BD0B;
 }
 .AnyTagClassName
 {
   color: #91BD0B;
 }
</style>
background-color css

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

 a { background-color: rgb(145,189,11); }

 div.DivClassName
 {
   background-color: #91BD0B;
 }
 .BgClassName
 {
   background-color: #91BD0B;
 }
</style>
border-color css

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

 span { border-color: rgb(145,189,11); }

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