Html Css Color HEX #97BE0E Citrus

📋 copy color: '#97BE0E'

red 151 ◦ green 190 ◦ blue 14

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

Shades of Citrus #97BE0E

Tints of Citrus #97BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.52%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 42.54%
G = 53.52%
B = 3.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#97BE0E (or 0x97BE0E) is known color: Citrus. HEX triplet: 97, BE and 0E. RGB value is (151,190,14). Sum of RGB (Red+Green+Blue) = 151+190+14=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BE0E is #6841F1. Grayscale: #9E9E9E. Windows color (decimal): -6832626 or 966295. OLE color: 966295.

HSL color Cylindrical-coordinate representation of color #97BE0E: hue angle of 73.3º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97BE0E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 190 14 -
CMYK 0.21 0 0.93 0.25
HSL 73.3º 0.86% 0.4% -
HSV(B) 73.3º 0.93% 0.75% -
XYZ 31.26 43.44 7.15 -
YUV 158.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 151 190 14 0.21 0 0.93 0.25 73.3 0.86 0.4
Hex 97 BE E 15 0 5D 19 49 56 28
Octal 227 276 16 25 0 135 31 111 126 50
Binary 10010111 10111110 1110 10101 0 1011101 11001 1001001 1010110 101000

Color Harmonies of #97BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BE0E

Black with #97BE0E

Text Example


Text Example

White with #97BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,190,14); }

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

background-color css

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

 a { background-color: rgb(151,190,14); }

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

border-color css

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

 span { border-color: rgb(151,190,14); }

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