Html Css Color HEX #9CB41B Citrus

📋 copy color: '#9CB41B'

red 156 ◦ green 180 ◦ blue 27

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

Shades of Citrus #9CB41B

Tints of Citrus #9CB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 42.98%
G = 49.59%
B = 7.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#9CB41B (or 0x9CB41B) is known color: Citrus. HEX triplet: 9C, B4 and 1B. RGB value is (156,180,27). Sum of RGB (Red+Green+Blue) = 156+180+27=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB41B is #634BE4. Grayscale: #9B9B9B. Windows color (decimal): -6507493 or 1815708. OLE color: 1815708.

HSL color Cylindrical-coordinate representation of color #9CB41B: hue angle of 69.41º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CB41B is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 27 -
CMYK 0.13 0 0.85 0.29
HSL 69.41º 0.74% 0.41% -
HSV(B) 69.41º 0.85% 0.71% -
XYZ 30.23 39.79 7.12 -
YUV 155.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 156 180 27 0.13 0 0.85 0.29 69.41 0.74 0.41
Hex 9C B4 1B D 0 55 1D 45 4A 29
Octal 234 264 33 15 0 125 35 105 112 51
Binary 10011100 10110100 11011 1101 0 1010101 11101 1000101 1001010 101001

Color Harmonies of #9CB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB41B

Black with #9CB41B

Text Example


Text Example

White with #9CB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,27); }

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

background-color css

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

 a { background-color: rgb(156,180,27); }

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

border-color css

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

 span { border-color: rgb(156,180,27); }

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