Html Css Color HEX #9FCF1B Bahia

📋 copy color: '#9FCF1B'

red 159 ◦ green 207 ◦ blue 27

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

Shades of Bahia #9FCF1B

Tints of Bahia #9FCF1B

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 207 (81.25% from 255) = 52.67%

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

R = 40.46%
G = 52.67%
B = 6.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#9FCF1B (or 0x9FCF1B) is known color: Bahia. HEX triplet: 9F, CF and 1B. RGB value is (159,207,27). Sum of RGB (Red+Green+Blue) = 159+207+27=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF1B is #6030E4. Grayscale: #ACACAC. Windows color (decimal): -6303973 or 1822623. OLE color: 1822623.

HSL color Cylindrical-coordinate representation of color #9FCF1B: hue angle of 76º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FCF1B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 27 -
CMYK 0.23 0 0.87 0.19
HSL 76º 0.77% 0.46% -
HSV(B) 76º 0.87% 0.81% -
XYZ 36.81 52.08 9.15 -
YUV 172.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 159 207 27 0.23 0 0.87 0.19 76 0.77 0.46
Hex 9F CF 1B 17 0 57 13 4C 4D 2E
Octal 237 317 33 27 0 127 23 114 115 56
Binary 10011111 11001111 11011 10111 0 1010111 10011 1001100 1001101 101110

Color Harmonies of #9FCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF1B

Black with #9FCF1B

Text Example


Text Example

White with #9FCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,27); }

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

background-color css

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

 a { background-color: rgb(159,207,27); }

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

border-color css

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

 span { border-color: rgb(159,207,27); }

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