Html Css Color HEX #BFC118 La Rioja

📋 copy color: '#BFC118'

red 191 ◦ green 193 ◦ blue 24

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

Shades of La Rioja #BFC118

Tints of La Rioja #BFC118

RGB

 RED value IS 191 (75% from 255) = 46.81%

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 46.81%
G = 47.3%
B = 5.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#BFC118 (or 0xBFC118) is known color: La Rioja. HEX triplet: BF, C1 and 18. RGB value is (191,193,24). Sum of RGB (Red+Green+Blue) = 191+193+24=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC118 is #403EE7. Grayscale: #ADADAD. Windows color (decimal): -4210408 or 1622463. OLE color: 1622463.

HSL color Cylindrical-coordinate representation of color #BFC118: hue angle of 60.71º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFC118 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 24 -
CMYK 0.01 0 0.88 0.24
HSL 60.71º 0.78% 0.43% -
HSV(B) 60.71º 0.88% 0.76% -
XYZ 40.72 49.28 8.23 -
YUV 173.14 43.84 140.74 -
System Red Green Blue C M Y K H S L
Decimal 191 193 24 0.01 0 0.88 0.24 60.71 0.78 0.43
Hex BF C1 18 1 0 58 18 3D 4E 2B
Octal 277 301 30 1 0 130 30 75 116 53
Binary 10111111 11000001 11000 1 0 1011000 11000 111101 1001110 101011

Color Harmonies of #BFC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC118

Black with #BFC118

Text Example


Text Example

White with #BFC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC118; }

 p { color: rgb(191,193,24); }

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

background-color css

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

 a { background-color: rgb(191,193,24); }

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

border-color css

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

 span { border-color: rgb(191,193,24); }

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