Html Css Color HEX #9BB421 Bahia

📋 copy color: '#9BB421'

red 155 ◦ green 180 ◦ blue 33

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

Shades of Bahia #9BB421

Tints of Bahia #9BB421

RGB

 RED value IS 155 (60.94% from 255) = 42.12%

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

 BLUE value IS 33 (13.28% from 255) = 8.97%

R = 42.12%
G = 48.91%
B = 8.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#9BB421 (or 0x9BB421) is known color: Bahia. HEX triplet: 9B, B4 and 21. RGB value is (155,180,33). Sum of RGB (Red+Green+Blue) = 155+180+33=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB421 is #644BDE. Grayscale: #9C9C9C. Windows color (decimal): -6573023 or 2208923. OLE color: 2208923.

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

Color convert

RGB 155 180 33 -
CMYK 0.14 0 0.82 0.29
HSL 70.2º 0.69% 0.42% -
HSV(B) 70.2º 0.82% 0.71% -
XYZ 30.11 39.72 7.52 -
YUV 155.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 155 180 33 0.14 0 0.82 0.29 70.2 0.69 0.42
Hex 9B B4 21 E 0 52 1D 46 45 2A
Octal 233 264 41 16 0 122 35 106 105 52
Binary 10011011 10110100 100001 1110 0 1010010 11101 1000110 1000101 101010

Color Harmonies of #9BB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB421

Black with #9BB421

Text Example


Text Example

White with #9BB421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,33); }

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

background-color css

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

 a { background-color: rgb(155,180,33); }

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

border-color css

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

 span { border-color: rgb(155,180,33); }

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