Html Css Color HEX #9CBD0E Citrus

📋 copy color: '#9CBD0E'

red 156 ◦ green 189 ◦ blue 14

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

Shades of Citrus #9CBD0E

Tints of Citrus #9CBD0E

RGB

 RED value IS 156 (61.33% from 255) = 43.45%

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 43.45%
G = 52.65%
B = 3.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#9CBD0E (or 0x9CBD0E) is known color: Citrus. HEX triplet: 9C, BD and 0E. RGB value is (156,189,14). Sum of RGB (Red+Green+Blue) = 156+189+14=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD0E is #6342F1. Grayscale: #9F9F9F. Windows color (decimal): -6505202 or 966044. OLE color: 966044.

HSL color Cylindrical-coordinate representation of color #9CBD0E: hue angle of 71.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CBD0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 14 -
CMYK 0.17 0 0.93 0.26
HSL 71.31º 0.86% 0.4% -
HSV(B) 71.31º 0.93% 0.74% -
XYZ 31.99 43.49 7.12 -
YUV 159.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 156 189 14 0.17 0 0.93 0.26 71.31 0.86 0.4
Hex 9C BD E 11 0 5D 1A 47 56 28
Octal 234 275 16 21 0 135 32 107 126 50
Binary 10011100 10111101 1110 10001 0 1011101 11010 1000111 1010110 101000

Color Harmonies of #9CBD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD0E

Black with #9CBD0E

Text Example


Text Example

White with #9CBD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,14); }

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

background-color css

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

 a { background-color: rgb(156,189,14); }

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

border-color css

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

 span { border-color: rgb(156,189,14); }

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