Html Css Color HEX #9BBF06 Citrus

📋 copy color: '#9BBF06'

red 155 ◦ green 191 ◦ blue 6

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

Shades of Citrus #9BBF06

Tints of Citrus #9BBF06

RGB

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

 GREEN value IS 191 (75% from 255) = 54.26%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 44.03%
G = 54.26%
B = 1.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#9BBF06 (or 0x9BBF06) is known color: Citrus. HEX triplet: 9B, BF and 06. RGB value is (155,191,6). Sum of RGB (Red+Green+Blue) = 155+191+6=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBF06 is #6440F9. Grayscale: #9F9F9F. Windows color (decimal): -6570234 or 442267. OLE color: 442267.

HSL color Cylindrical-coordinate representation of color #9BBF06: hue angle of 71.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BBF06 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 6 -
CMYK 0.19 0 0.97 0.25
HSL 71.68º 0.94% 0.39% -
HSV(B) 71.68º 0.97% 0.75% -
XYZ 32.18 44.24 7.02 -
YUV 159.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 155 191 6 0.19 0 0.97 0.25 71.68 0.94 0.39
Hex 9B BF 6 13 0 61 19 48 5E 27
Octal 233 277 6 23 0 141 31 110 136 47
Binary 10011011 10111111 110 10011 0 1100001 11001 1001000 1011110 100111

Color Harmonies of #9BBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF06

Black with #9BBF06

Text Example


Text Example

White with #9BBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,6); }

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

background-color css

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

 a { background-color: rgb(155,191,6); }

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

border-color css

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

 span { border-color: rgb(155,191,6); }

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