Html Css Color HEX #9FB423 Bahia

📋 copy color: '#9FB423'

red 159 ◦ green 180 ◦ blue 35

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

Shades of Bahia #9FB423

Tints of Bahia #9FB423

RGB

 RED value IS 159 (62.5% from 255) = 42.51%

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 42.51%
G = 48.13%
B = 9.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#9FB423 (or 0x9FB423) is known color: Bahia. HEX triplet: 9F, B4 and 23. RGB value is (159,180,35). Sum of RGB (Red+Green+Blue) = 159+180+35=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB423 is #604BDC. Grayscale: #9D9D9D. Windows color (decimal): -6310877 or 2339999. OLE color: 2339999.

HSL color Cylindrical-coordinate representation of color #9FB423: hue angle of 68.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FB423 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 35 -
CMYK 0.12 0 0.81 0.29
HSL 68.69º 0.67% 0.42% -
HSV(B) 68.69º 0.81% 0.71% -
XYZ 30.92 40.13 7.71 -
YUV 157.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 159 180 35 0.12 0 0.81 0.29 68.69 0.67 0.42
Hex 9F B4 23 C 0 51 1D 45 43 2A
Octal 237 264 43 14 0 121 35 105 103 52
Binary 10011111 10110100 100011 1100 0 1010001 11101 1000101 1000011 101010

Color Harmonies of #9FB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB423

Black with #9FB423

Text Example


Text Example

White with #9FB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FB423; }

 p { color: rgb(159,180,35); }

 H1.HeaderClassName
 {
   color: #9FB423;
 }
 .AnyTagClassName
 {
   color: #9FB423;
 }
</style>

background-color css

<style>
 a { background-color: #9FB423; }

 a { background-color: rgb(159,180,35); }

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

border-color css

<style>
 span { border-color: #9FB423; }

 span { border-color: rgb(159,180,35); }

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