Html Css Color HEX #9BBC28 Bahia

📋 copy color: '#9BBC28'

red 155 ◦ green 188 ◦ blue 40

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

Shades of Bahia #9BBC28

Tints of Bahia #9BBC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 40.47%
G = 49.09%
B = 10.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#9BBC28 (or 0x9BBC28) is known color: Bahia. HEX triplet: 9B, BC and 28. RGB value is (155,188,40). Sum of RGB (Red+Green+Blue) = 155+188+40=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC28 is #6443D7. Grayscale: #A1A1A1. Windows color (decimal): -6570968 or 2669723. OLE color: 2669723.

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

Color convert

RGB 155 188 40 -
CMYK 0.18 0 0.79 0.26
HSL 73.38º 0.65% 0.45% -
HSV(B) 73.38º 0.79% 0.74% -
XYZ 31.88 43.09 8.64 -
YUV 161.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 155 188 40 0.18 0 0.79 0.26 73.38 0.65 0.45
Hex 9B BC 28 12 0 4F 1A 49 41 2D
Octal 233 274 50 22 0 117 32 111 101 55
Binary 10011011 10111100 101000 10010 0 1001111 11010 1001001 1000001 101101

Color Harmonies of #9BBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC28

Black with #9BBC28

Text Example


Text Example

White with #9BBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,40); }

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

background-color css

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

 a { background-color: rgb(155,188,40); }

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

border-color css

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

 span { border-color: rgb(155,188,40); }

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