Html Css Color HEX #9CBF08 Citrus

📋 copy color: '#9CBF08'

red 156 ◦ green 191 ◦ blue 8

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

Shades of Citrus #9CBF08

Tints of Citrus #9CBF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 43.94%
G = 53.8%
B = 2.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#9CBF08 (or 0x9CBF08) is known color: Citrus. HEX triplet: 9C, BF and 08. RGB value is (156,191,8). Sum of RGB (Red+Green+Blue) = 156+191+8=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBF08 is #6340F7. Grayscale: #A0A0A0. Windows color (decimal): -6504696 or 573340. OLE color: 573340.

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

Color convert

RGB 156 191 8 -
CMYK 0.18 0 0.96 0.25
HSL 71.48º 0.92% 0.39% -
HSV(B) 71.48º 0.96% 0.75% -
XYZ 32.38 44.35 7.08 -
YUV 159.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 156 191 8 0.18 0 0.96 0.25 71.48 0.92 0.39
Hex 9C BF 8 12 0 60 19 47 5C 27
Octal 234 277 10 22 0 140 31 107 134 47
Binary 10011100 10111111 1000 10010 0 1100000 11001 1000111 1011100 100111

Color Harmonies of #9CBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF08

Black with #9CBF08

Text Example


Text Example

White with #9CBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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