Html Css Color HEX #9BA533 Citron

📋 copy color: '#9BA533'

red 155 ◦ green 165 ◦ blue 51

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

Shades of Citron #9BA533

Tints of Citron #9BA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 41.78%
G = 44.47%
B = 13.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#9BA533 (or 0x9BA533) is known color: Citron. HEX triplet: 9B, A5 and 33. RGB value is (155,165,51). Sum of RGB (Red+Green+Blue) = 155+165+51=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA533 is #645ACC. Grayscale: #959595. Windows color (decimal): -6576845 or 3384731. OLE color: 3384731.

HSL color Cylindrical-coordinate representation of color #9BA533: hue angle of 65.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BA533 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 51 -
CMYK 0.06 0 0.69 0.35
HSL 65.26º 0.53% 0.42% -
HSV(B) 65.26º 0.69% 0.65% -
XYZ 27.57 34.12 8.26 -
YUV 149.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 155 165 51 0.06 0 0.69 0.35 65.26 0.53 0.42
Hex 9B A5 33 6 0 45 23 41 35 2A
Octal 233 245 63 6 0 105 43 101 65 52
Binary 10011011 10100101 110011 110 0 1000101 100011 1000001 110101 101010

Color Harmonies of #9BA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA533

Black with #9BA533

Text Example


Text Example

White with #9BA533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,51); }

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

background-color css

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

 a { background-color: rgb(155,165,51); }

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

border-color css

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

 span { border-color: rgb(155,165,51); }

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