Html Css Color HEX #9BBD04 Citrus

📋 copy color: '#9BBD04'

red 155 ◦ green 189 ◦ blue 4

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

Shades of Citrus #9BBD04

Tints of Citrus #9BBD04

RGB

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

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

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

R = 44.54%
G = 54.31%
B = 1.15%

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

#9BBD04 (or 0x9BBD04) is known color: Citrus. HEX triplet: 9B, BD and 04. RGB value is (155,189,4). Sum of RGB (Red+Green+Blue) = 155+189+4=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD04 is #6442FB. Grayscale: #9E9E9E. Windows color (decimal): -6570748 or 310683. OLE color: 310683.

HSL color Cylindrical-coordinate representation of color #9BBD04: hue angle of 71.03º degrees, saturation: 0.96, 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 #9BBD04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 4 -
CMYK 0.18 0 0.98 0.26
HSL 71.03º 0.96% 0.38% -
HSV(B) 71.03º 0.98% 0.74% -
XYZ 31.74 43.37 6.81 -
YUV 157.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 155 189 4 0.18 0 0.98 0.26 71.03 0.96 0.38
Hex 9B BD 4 12 0 62 1A 47 60 26
Octal 233 275 4 22 0 142 32 107 140 46
Binary 10011011 10111101 100 10010 0 1100010 11010 1000111 1100000 100110

Color Harmonies of #9BBD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD04

Black with #9BBD04

Text Example


Text Example

White with #9BBD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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