Html Css Color HEX #9CBD02 Citrus

📋 copy color: '#9CBD02'

red 156 ◦ green 189 ◦ blue 2

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

Shades of Citrus #9CBD02

Tints of Citrus #9CBD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 44.96%
G = 54.47%
B = 0.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9CBD02 (or 0x9CBD02) is known color: Citrus. HEX triplet: 9C, BD and 02. RGB value is (156,189,2). Sum of RGB (Red+Green+Blue) = 156+189+2=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBD02 is #6342FD. Grayscale: #9E9E9E. Windows color (decimal): -6505214 or 179612. OLE color: 179612.

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

Color convert

RGB 156 189 2 -
CMYK 0.17 0 0.99 0.26
HSL 70.59º 0.98% 0.37% -
HSV(B) 70.59º 0.99% 0.74% -
XYZ 31.92 43.47 6.77 -
YUV 157.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 156 189 2 0.17 0 0.99 0.26 70.59 0.98 0.37
Hex 9C BD 2 11 0 63 1A 47 62 25
Octal 234 275 2 21 0 143 32 107 142 45
Binary 10011100 10111101 10 10001 0 1100011 11010 1000111 1100010 100101

Color Harmonies of #9CBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD02

Black with #9CBD02

Text Example


Text Example

White with #9CBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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