Html Css Color HEX #91BD0C Citrus

📋 copy color: '#91BD0C'

red 145 ◦ green 189 ◦ blue 12

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

Shades of Citrus #91BD0C

Tints of Citrus #91BD0C

RGB

 RED value IS 145 (57.03% from 255) = 41.91%

 GREEN value IS 189 (74.22% from 255) = 54.62%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 41.91%
G = 54.62%
B = 3.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#91BD0C (or 0x91BD0C) is known color: Citrus. HEX triplet: 91, BD and 0C. RGB value is (145,189,12). Sum of RGB (Red+Green+Blue) = 145+189+12=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BD0C is #6E42F3. Grayscale: #9C9C9C. Windows color (decimal): -7226100 or 834961. OLE color: 834961.

HSL color Cylindrical-coordinate representation of color #91BD0C: hue angle of 74.92º degrees, saturation: 0.88, 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 #91BD0C is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 189 12 -
CMYK 0.23 0 0.94 0.26
HSL 74.92º 0.88% 0.39% -
HSV(B) 74.92º 0.94% 0.74% -
XYZ 29.94 42.44 6.96 -
YUV 155.67 46.92 120.39 -
System Red Green Blue C M Y K H S L
Decimal 145 189 12 0.23 0 0.94 0.26 74.92 0.88 0.39
Hex 91 BD C 17 0 5E 1A 4B 58 27
Octal 221 275 14 27 0 136 32 113 130 47
Binary 10010001 10111101 1100 10111 0 1011110 11010 1001011 1011000 100111

Color Harmonies of #91BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BD0C

Black with #91BD0C

Text Example


Text Example

White with #91BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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