Html Css Color HEX #9BB604 Citrus

📋 copy color: '#9BB604'

red 155 ◦ green 182 ◦ blue 4

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

Shades of Citrus #9BB604

Tints of Citrus #9BB604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.37%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 45.45%
G = 53.37%
B = 1.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#9BB604 (or 0x9BB604) is known color: Citrus. HEX triplet: 9B, B6 and 04. RGB value is (155,182,4). Sum of RGB (Red+Green+Blue) = 155+182+4=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB604 is #6449FB. Grayscale: #9A9A9A. Windows color (decimal): -6572540 or 308891. OLE color: 308891.

HSL color Cylindrical-coordinate representation of color #9BB604: hue angle of 69.1º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BB604 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 4 -
CMYK 0.15 0 0.98 0.29
HSL 69.1º 0.96% 0.36% -
HSV(B) 69.1º 0.98% 0.71% -
XYZ 30.27 40.43 6.32 -
YUV 153.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 155 182 4 0.15 0 0.98 0.29 69.1 0.96 0.36
Hex 9B B6 4 F 0 62 1D 45 60 24
Octal 233 266 4 17 0 142 35 105 140 44
Binary 10011011 10110110 100 1111 0 1100010 11101 1000101 1100000 100100

Color Harmonies of #9BB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB604

Black with #9BB604

Text Example


Text Example

White with #9BB604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,182,4); }

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

background-color css

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

 a { background-color: rgb(155,182,4); }

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

border-color css

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

 span { border-color: rgb(155,182,4); }

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