Html Css Color HEX #9BBC08 Citrus

📋 copy color: '#9BBC08'

red 155 ◦ green 188 ◦ blue 8

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

Shades of Citrus #9BBC08

Tints of Citrus #9BBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.56%

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 44.16%
G = 53.56%
B = 2.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#9BBC08 (or 0x9BBC08) is known color: Citrus. HEX triplet: 9B, BC and 08. RGB value is (155,188,8). Sum of RGB (Red+Green+Blue) = 155+188+8=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC08 is #6443F7. Grayscale: #9E9E9E. Windows color (decimal): -6571000 or 572571. OLE color: 572571.

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

Color convert

RGB 155 188 8 -
CMYK 0.18 0 0.96 0.26
HSL 71º 0.92% 0.38% -
HSV(B) 71º 0.96% 0.74% -
XYZ 31.54 42.95 6.86 -
YUV 157.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 155 188 8 0.18 0 0.96 0.26 71 0.92 0.38
Hex 9B BC 8 12 0 60 1A 47 5C 26
Octal 233 274 10 22 0 140 32 107 134 46
Binary 10011011 10111100 1000 10010 0 1100000 11010 1000111 1011100 100110

Color Harmonies of #9BBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC08

Black with #9BBC08

Text Example


Text Example

White with #9BBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,8); }

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

background-color css

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

 a { background-color: rgb(155,188,8); }

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

border-color css

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

 span { border-color: rgb(155,188,8); }

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