Html Css Color HEX #9BBD21 Bahia

📋 copy color: '#9BBD21'

red 155 ◦ green 189 ◦ blue 33

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

Shades of Bahia #9BBD21

Tints of Bahia #9BBD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.13%

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

R = 41.11%
G = 50.13%
B = 8.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#9BBD21 (or 0x9BBD21) is known color: Bahia. HEX triplet: 9B, BD and 21. RGB value is (155,189,33). Sum of RGB (Red+Green+Blue) = 155+189+33=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBD21 is #6442DE. Grayscale: #A1A1A1. Windows color (decimal): -6570719 or 2211227. OLE color: 2211227.

HSL color Cylindrical-coordinate representation of color #9BBD21: hue angle of 73.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BBD21 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 33 -
CMYK 0.18 0 0.83 0.26
HSL 73.08º 0.7% 0.44% -
HSV(B) 73.08º 0.83% 0.74% -
XYZ 31.99 43.47 8.14 -
YUV 161.05 55.74 123.68 -
System Red Green Blue C M Y K H S L
Decimal 155 189 33 0.18 0 0.83 0.26 73.08 0.7 0.44
Hex 9B BD 21 12 0 53 1A 49 46 2C
Octal 233 275 41 22 0 123 32 111 106 54
Binary 10011011 10111101 100001 10010 0 1010011 11010 1001001 1000110 101100

Color Harmonies of #9BBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD21

Black with #9BBD21

Text Example


Text Example

White with #9BBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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