Html Css Color HEX #9DB102 Citrus

📋 copy color: '#9DB102'

red 157 ◦ green 177 ◦ blue 2

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

Shades of Citrus #9DB102

Tints of Citrus #9DB102

RGB

 RED value IS 157 (61.72% from 255) = 46.73%

 GREEN value IS 177 (69.53% from 255) = 52.68%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 46.73%
G = 52.68%
B = 0.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9DB102 (or 0x9DB102) is known color: Citrus. HEX triplet: 9D, B1 and 02. RGB value is (157,177,2). Sum of RGB (Red+Green+Blue) = 157+177+2=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB102 is #624EFD. Grayscale: #979797. Windows color (decimal): -6442750 or 176541. OLE color: 176541.

HSL color Cylindrical-coordinate representation of color #9DB102: hue angle of 66.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DB102 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 2 -
CMYK 0.11 0 0.99 0.31
HSL 66.86º 0.98% 0.35% -
HSV(B) 66.86º 0.99% 0.69% -
XYZ 29.64 38.62 5.95 -
YUV 151.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 157 177 2 0.11 0 0.99 0.31 66.86 0.98 0.35
Hex 9D B1 2 B 0 63 1F 43 62 23
Octal 235 261 2 13 0 143 37 103 142 43
Binary 10011101 10110001 10 1011 0 1100011 11111 1000011 1100010 100011

Color Harmonies of #9DB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB102

Black with #9DB102

Text Example


Text Example

White with #9DB102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,177,2); }

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

background-color css

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

 a { background-color: rgb(157,177,2); }

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

border-color css

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

 span { border-color: rgb(157,177,2); }

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