Html Css Color HEX #9BAE0B Citrus

📋 copy color: '#9BAE0B'

red 155 ◦ green 174 ◦ blue 11

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

Shades of Citrus #9BAE0B

Tints of Citrus #9BAE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.18%

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 45.59%
G = 51.18%
B = 3.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#9BAE0B (or 0x9BAE0B) is known color: Citrus. HEX triplet: 9B, AE and 0B. RGB value is (155,174,11). Sum of RGB (Red+Green+Blue) = 155+174+11=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAE0B is #6451F4. Grayscale: #969696. Windows color (decimal): -6574581 or 765595. OLE color: 765595.

HSL color Cylindrical-coordinate representation of color #9BAE0B: hue angle of 66.99º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BAE0B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 11 -
CMYK 0.11 0 0.94 0.32
HSL 66.99º 0.88% 0.36% -
HSV(B) 66.99º 0.94% 0.68% -
XYZ 28.71 37.26 6 -
YUV 149.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 155 174 11 0.11 0 0.94 0.32 66.99 0.88 0.36
Hex 9B AE B B 0 5E 20 43 58 24
Octal 233 256 13 13 0 136 40 103 130 44
Binary 10011011 10101110 1011 1011 0 1011110 100000 1000011 1011000 100100

Color Harmonies of #9BAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE0B

Black with #9BAE0B

Text Example


Text Example

White with #9BAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,11); }

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

background-color css

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

 a { background-color: rgb(155,174,11); }

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

border-color css

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

 span { border-color: rgb(155,174,11); }

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