Html Css Color HEX #9DB023 Bahia

📋 copy color: '#9DB023'

red 157 ◦ green 176 ◦ blue 35

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

Shades of Bahia #9DB023

Tints of Bahia #9DB023

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

 GREEN value IS 176 (69.14% from 255) = 47.83%

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

R = 42.66%
G = 47.83%
B = 9.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#9DB023 (or 0x9DB023) is known color: Bahia. HEX triplet: 9D, B0 and 23. RGB value is (157,176,35). Sum of RGB (Red+Green+Blue) = 157+176+35=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB023 is #624FDC. Grayscale: #9A9A9A. Windows color (decimal): -6442973 or 2338973. OLE color: 2338973.

HSL color Cylindrical-coordinate representation of color #9DB023: hue angle of 68.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DB023 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 35 -
CMYK 0.11 0 0.80 0.31
HSL 68.09º 0.67% 0.41% -
HSV(B) 68.09º 0.8% 0.69% -
XYZ 29.73 38.34 7.42 -
YUV 154.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 157 176 35 0.11 0 0.80 0.31 68.09 0.67 0.41
Hex 9D B0 23 B 0 50 1F 44 43 29
Octal 235 260 43 13 0 120 37 104 103 51
Binary 10011101 10110000 100011 1011 0 1010000 11111 1000100 1000011 101001

Color Harmonies of #9DB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB023

Black with #9DB023

Text Example


Text Example

White with #9DB023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,35); }

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

background-color css

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

 a { background-color: rgb(157,176,35); }

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

border-color css

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

 span { border-color: rgb(157,176,35); }

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