Html Css Color HEX #9BAE1D Citrus

📋 copy color: '#9BAE1D'

red 155 ◦ green 174 ◦ blue 29

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

Shades of Citrus #9BAE1D

Tints of Citrus #9BAE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 43.3%
G = 48.6%
B = 8.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#9BAE1D (or 0x9BAE1D) is known color: Citrus. HEX triplet: 9B, AE and 1D. RGB value is (155,174,29). Sum of RGB (Red+Green+Blue) = 155+174+29=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE1D is #6451E2. Grayscale: #989898. Windows color (decimal): -6574563 or 1945243. OLE color: 1945243.

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

Color convert

RGB 155 174 29 -
CMYK 0.11 0 0.83 0.32
HSL 67.86º 0.71% 0.4% -
HSV(B) 67.86º 0.83% 0.68% -
XYZ 28.88 37.33 6.85 -
YUV 151.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 155 174 29 0.11 0 0.83 0.32 67.86 0.71 0.4
Hex 9B AE 1D B 0 53 20 44 47 28
Octal 233 256 35 13 0 123 40 104 107 50
Binary 10011011 10101110 11101 1011 0 1010011 100000 1000100 1000111 101000

Color Harmonies of #9BAE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE1D

Black with #9BAE1D

Text Example


Text Example

White with #9BAE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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