Html Css Color HEX #9BCF0D Citrus

📋 copy color: '#9BCF0D'

red 155 ◦ green 207 ◦ blue 13

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

Shades of Citrus #9BCF0D

Tints of Citrus #9BCF0D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.2%

 BLUE value IS 13 (5.47% from 255) = 3.47%

R = 41.33%
G = 55.2%
B = 3.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#9BCF0D (or 0x9BCF0D) is known color: Citrus. HEX triplet: 9B, CF and 0D. RGB value is (155,207,13). Sum of RGB (Red+Green+Blue) = 155+207+13=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF0D is #6430F2. Grayscale: #AAAAAA. Windows color (decimal): -6566131 or 905115. OLE color: 905115.

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

Color convert

RGB 155 207 13 -
CMYK 0.25 0 0.94 0.19
HSL 76.08º 0.88% 0.43% -
HSV(B) 76.08º 0.94% 0.81% -
XYZ 35.9 51.62 8.45 -
YUV 169.34 39.77 117.77 -
System Red Green Blue C M Y K H S L
Decimal 155 207 13 0.25 0 0.94 0.19 76.08 0.88 0.43
Hex 9B CF D 19 0 5E 13 4C 58 2B
Octal 233 317 15 31 0 136 23 114 130 53
Binary 10011011 11001111 1101 11001 0 1011110 10011 1001100 1011000 101011

Color Harmonies of #9BCF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF0D

Black with #9BCF0D

Text Example


Text Example

White with #9BCF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,13); }

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

background-color css

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

 a { background-color: rgb(155,207,13); }

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

border-color css

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

 span { border-color: rgb(155,207,13); }

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