Html Css Color HEX #BFC117 La Rioja

📋 copy color: '#BFC117'

red 191 ◦ green 193 ◦ blue 23

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

Shades of La Rioja #BFC117

Tints of La Rioja #BFC117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 46.93%
G = 47.42%
B = 5.65%

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

#BFC117 (or 0xBFC117) is known color: La Rioja. HEX triplet: BF, C1 and 17. RGB value is (191,193,23). Sum of RGB (Red+Green+Blue) = 191+193+23=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC117 is #403EE8. Grayscale: #ADADAD. Windows color (decimal): -4210409 or 1556927. OLE color: 1556927.

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

Color convert

RGB 191 193 23 -
CMYK 0.01 0 0.88 0.24
HSL 60.71º 0.79% 0.42% -
HSV(B) 60.71º 0.88% 0.76% -
XYZ 40.71 49.28 8.18 -
YUV 173.02 43.34 140.82 -
System Red Green Blue C M Y K H S L
Decimal 191 193 23 0.01 0 0.88 0.24 60.71 0.79 0.42
Hex BF C1 17 1 0 58 18 3D 4F 2A
Octal 277 301 27 1 0 130 30 75 117 52
Binary 10111111 11000001 10111 1 0 1011000 11000 111101 1001111 101010

Color Harmonies of #BFC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC117

Black with #BFC117

Text Example


Text Example

White with #BFC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC117; }

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

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

background-color css

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

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

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

border-color css

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

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

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