Html Css Color HEX #9DB208 Citrus

📋 copy color: '#9DB208'

red 157 ◦ green 178 ◦ blue 8

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

Shades of Citrus #9DB208

Tints of Citrus #9DB208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

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

R = 45.77%
G = 51.9%
B = 2.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#9DB208 (or 0x9DB208) is known color: Citrus. HEX triplet: 9D, B2 and 08. RGB value is (157,178,8). Sum of RGB (Red+Green+Blue) = 157+178+8=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB208 is #624DF7. Grayscale: #999999. Windows color (decimal): -6442488 or 570013. OLE color: 570013.

HSL color Cylindrical-coordinate representation of color #9DB208: hue angle of 67.41º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DB208 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 8 -
CMYK 0.12 0 0.96 0.30
HSL 67.41º 0.91% 0.36% -
HSV(B) 67.41º 0.96% 0.7% -
XYZ 29.87 39.03 6.19 -
YUV 152.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 157 178 8 0.12 0 0.96 0.30 67.41 0.91 0.36
Hex 9D B2 8 C 0 60 1E 43 5B 24
Octal 235 262 10 14 0 140 36 103 133 44
Binary 10011101 10110010 1000 1100 0 1100000 11110 1000011 1011011 100100

Color Harmonies of #9DB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB208

Black with #9DB208

Text Example


Text Example

White with #9DB208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,8); }

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

background-color css

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

 a { background-color: rgb(157,178,8); }

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

border-color css

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

 span { border-color: rgb(157,178,8); }

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