Html Css Color HEX #9BBD00 Citrus

📋 copy color: '#9BBD00'

red 155 ◦ green 189 ◦ blue 0

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

Shades of Citrus #9BBD00

Tints of Citrus #9BBD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.06%
G = 54.94%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#9BBD00 (or 0x9BBD00) is known color: Citrus. HEX triplet: 9B, BD and 00. RGB value is (155,189,0). Sum of RGB (Red+Green+Blue) = 155+189+0=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD00 is #6442FF. Grayscale: #9E9E9E. Windows color (decimal): -6570752 or 48539. OLE color: 48539.

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

Color convert

RGB 155 189 0 -
CMYK 0.18 0 1 0.26
HSL 70.79º 1% 0.37% -
HSV(B) 70.79º 1% 0.74% -
XYZ 31.72 43.36 6.7 -
YUV 157.29 39.24 126.37 -
System Red Green Blue C M Y K H S L
Decimal 155 189 0 0.18 0 1 0.26 70.79 1 0.37
Hex 9B BD 0 12 0 64 1A 47 64 25
Octal 233 275 0 22 0 144 32 107 144 45
Binary 10011011 10111101 0 10010 0 1100100 11010 1000111 1100100 100101

Color Harmonies of #9BBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD00

Black with #9BBD00

Text Example


Text Example

White with #9BBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,0); }

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

background-color css

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

 a { background-color: rgb(155,189,0); }

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

border-color css

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

 span { border-color: rgb(155,189,0); }

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