Html Css Color HEX #97BC0D Citrus

📋 copy color: '#97BC0D'

red 151 ◦ green 188 ◦ blue 13

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

Shades of Citrus #97BC0D

Tints of Citrus #97BC0D

RGB

 RED value IS 151 (59.38% from 255) = 42.9%

 GREEN value IS 188 (73.83% from 255) = 53.41%

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 42.9%
G = 53.41%
B = 3.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#97BC0D (or 0x97BC0D) is known color: Citrus. HEX triplet: 97, BC and 0D. RGB value is (151,188,13). Sum of RGB (Red+Green+Blue) = 151+188+13=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BC0D is #6843F2. Grayscale: #9D9D9D. Windows color (decimal): -6833139 or 900247. OLE color: 900247.

HSL color Cylindrical-coordinate representation of color #97BC0D: hue angle of 72.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97BC0D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 13 -
CMYK 0.20 0 0.93 0.26
HSL 72.69º 0.87% 0.39% -
HSV(B) 72.69º 0.93% 0.74% -
XYZ 30.82 42.57 6.97 -
YUV 156.99 46.74 123.73 -
System Red Green Blue C M Y K H S L
Decimal 151 188 13 0.20 0 0.93 0.26 72.69 0.87 0.39
Hex 97 BC D 14 0 5D 1A 49 57 27
Octal 227 274 15 24 0 135 32 111 127 47
Binary 10010111 10111100 1101 10100 0 1011101 11010 1001001 1010111 100111

Color Harmonies of #97BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC0D

Black with #97BC0D

Text Example


Text Example

White with #97BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97BC0D; }

 p { color: rgb(151,188,13); }

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

background-color css

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

 a { background-color: rgb(151,188,13); }

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

border-color css

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

 span { border-color: rgb(151,188,13); }

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