Html Css Color HEX #99CB0C Citrus

📋 copy color: '#99CB0C'

red 153 ◦ green 203 ◦ blue 12

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

Shades of Citrus #99CB0C

Tints of Citrus #99CB0C

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 203 (79.69% from 255) = 55.16%

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 41.58%
G = 55.16%
B = 3.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#99CB0C (or 0x99CB0C) is known color: Citrus. HEX triplet: 99, CB and 0C. RGB value is (153,203,12). Sum of RGB (Red+Green+Blue) = 153+203+12=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CB0C is #6634F3. Grayscale: #A6A6A6. Windows color (decimal): -6698228 or 838553. OLE color: 838553.

HSL color Cylindrical-coordinate representation of color #99CB0C: hue angle of 75.71º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99CB0C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 203 12 -
CMYK 0.25 0 0.94 0.20
HSL 75.71º 0.89% 0.42% -
HSV(B) 75.71º 0.94% 0.8% -
XYZ 34.56 49.51 8.08 -
YUV 166.28 40.94 118.53 -
System Red Green Blue C M Y K H S L
Decimal 153 203 12 0.25 0 0.94 0.20 75.71 0.89 0.42
Hex 99 CB C 19 0 5E 14 4C 59 2A
Octal 231 313 14 31 0 136 24 114 131 52
Binary 10011001 11001011 1100 11001 0 1011110 10100 1001100 1011001 101010

Color Harmonies of #99CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CB0C

Black with #99CB0C

Text Example


Text Example

White with #99CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CB0C; }

 p { color: rgb(153,203,12); }

 H1.HeaderClassName
 {
   color: #99CB0C;
 }
 .AnyTagClassName
 {
   color: #99CB0C;
 }
</style>

background-color css

<style>
 a { background-color: #99CB0C; }

 a { background-color: rgb(153,203,12); }

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

border-color css

<style>
 span { border-color: #99CB0C; }

 span { border-color: rgb(153,203,12); }

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