Html Css Color HEX #9CBD04 Citrus

📋 copy color: '#9CBD04'

red 156 ◦ green 189 ◦ blue 4

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

Shades of Citrus #9CBD04

Tints of Citrus #9CBD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 44.7%
G = 54.15%
B = 1.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#9CBD04 (or 0x9CBD04) is known color: Citrus. HEX triplet: 9C, BD and 04. RGB value is (156,189,4). Sum of RGB (Red+Green+Blue) = 156+189+4=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD04 is #6342FB. Grayscale: #9E9E9E. Windows color (decimal): -6505212 or 310684. OLE color: 310684.

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

Color convert

RGB 156 189 4 -
CMYK 0.17 0 0.98 0.26
HSL 70.7º 0.96% 0.38% -
HSV(B) 70.7º 0.98% 0.74% -
XYZ 31.93 43.47 6.82 -
YUV 158.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 156 189 4 0.17 0 0.98 0.26 70.7 0.96 0.38
Hex 9C BD 4 11 0 62 1A 47 60 26
Octal 234 275 4 21 0 142 32 107 140 46
Binary 10011100 10111101 100 10001 0 1100010 11010 1000111 1100000 100110

Color Harmonies of #9CBD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD04

Black with #9CBD04

Text Example


Text Example

White with #9CBD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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