Html Css Color HEX #9CBD03 Citrus

📋 copy color: '#9CBD03'

red 156 ◦ green 189 ◦ blue 3

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

Shades of Citrus #9CBD03

Tints of Citrus #9CBD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 44.83%
G = 54.31%
B = 0.86%

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

#9CBD03 (or 0x9CBD03) is known color: Citrus. HEX triplet: 9C, BD and 03. RGB value is (156,189,3). Sum of RGB (Red+Green+Blue) = 156+189+3=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD03 is #6342FC. Grayscale: #9E9E9E. Windows color (decimal): -6505213 or 245148. OLE color: 245148.

HSL color Cylindrical-coordinate representation of color #9CBD03: hue angle of 70.65º degrees, saturation: 0.97, 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 #9CBD03 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 3 -
CMYK 0.17 0 0.98 0.26
HSL 70.65º 0.97% 0.38% -
HSV(B) 70.65º 0.98% 0.74% -
XYZ 31.92 43.47 6.79 -
YUV 157.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 156 189 3 0.17 0 0.98 0.26 70.65 0.97 0.38
Hex 9C BD 3 11 0 62 1A 47 61 26
Octal 234 275 3 21 0 142 32 107 141 46
Binary 10011100 10111101 11 10001 0 1100010 11010 1000111 1100001 100110

Color Harmonies of #9CBD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD03

Black with #9CBD03

Text Example


Text Example

White with #9CBD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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