Html Css Color HEX #9CBF02 Citrus

📋 copy color: '#9CBF02'

red 156 ◦ green 191 ◦ blue 2

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

Shades of Citrus #9CBF02

Tints of Citrus #9CBF02

RGB

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

 GREEN value IS 191 (75% from 255) = 54.73%

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

R = 44.7%
G = 54.73%
B = 0.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#9CBF02 (or 0x9CBF02) is known color: Citrus. HEX triplet: 9C, BF and 02. RGB value is (156,191,2). Sum of RGB (Red+Green+Blue) = 156+191+2=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBF02 is #6340FD. Grayscale: #9F9F9F. Windows color (decimal): -6504702 or 180124. OLE color: 180124.

HSL color Cylindrical-coordinate representation of color #9CBF02: hue angle of 71.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CBF02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 2 -
CMYK 0.18 0 0.99 0.25
HSL 71.11º 0.98% 0.38% -
HSV(B) 71.11º 0.99% 0.75% -
XYZ 32.35 44.33 6.91 -
YUV 158.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 156 191 2 0.18 0 0.99 0.25 71.11 0.98 0.38
Hex 9C BF 2 12 0 63 19 47 62 26
Octal 234 277 2 22 0 143 31 107 142 46
Binary 10011100 10111111 10 10010 0 1100011 11001 1000111 1100010 100110

Color Harmonies of #9CBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF02

Black with #9CBF02

Text Example


Text Example

White with #9CBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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