Html Css Color HEX #9BBD03 Citrus

📋 copy color: '#9BBD03'

red 155 ◦ green 189 ◦ blue 3

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

Shades of Citrus #9BBD03

Tints of Citrus #9BBD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 44.67%
G = 54.47%
B = 0.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#9BBD03 (or 0x9BBD03) is known color: Citrus. HEX triplet: 9B, BD and 03. RGB value is (155,189,3). Sum of RGB (Red+Green+Blue) = 155+189+3=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD03 is #6442FC. Grayscale: #9E9E9E. Windows color (decimal): -6570749 or 245147. OLE color: 245147.

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

Color convert

RGB 155 189 3 -
CMYK 0.18 0 0.98 0.26
HSL 70.97º 0.97% 0.38% -
HSV(B) 70.97º 0.98% 0.74% -
XYZ 31.73 43.37 6.79 -
YUV 157.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 155 189 3 0.18 0 0.98 0.26 70.97 0.97 0.38
Hex 9B BD 3 12 0 62 1A 47 61 26
Octal 233 275 3 22 0 142 32 107 141 46
Binary 10011011 10111101 11 10010 0 1100010 11010 1000111 1100001 100110

Color Harmonies of #9BBD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD03

Black with #9BBD03

Text Example


Text Example

White with #9BBD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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