Html Css Color HEX #BFC50C La Rioja

📋 copy color: '#BFC50C'

red 191 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #BFC50C

Tints of La Rioja #BFC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 47.75%
G = 49.25%
B = 3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#BFC50C (or 0xBFC50C) is known color: La Rioja. HEX triplet: BF, C5 and 0C. RGB value is (191,197,12). Sum of RGB (Red+Green+Blue) = 191+197+12=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC50C is #403AF3. Grayscale: #AEAEAE. Windows color (decimal): -4209396 or 837055. OLE color: 837055.

HSL color Cylindrical-coordinate representation of color #BFC50C: hue angle of 61.95º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC50C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 12 -
CMYK 0.03 0 0.94 0.23
HSL 61.95º 0.89% 0.41% -
HSV(B) 61.95º 0.94% 0.77% -
XYZ 41.52 51.04 8.01 -
YUV 174.12 36.51 140.04 -
System Red Green Blue C M Y K H S L
Decimal 191 197 12 0.03 0 0.94 0.23 61.95 0.89 0.41
Hex BF C5 C 3 0 5E 17 3E 59 29
Octal 277 305 14 3 0 136 27 76 131 51
Binary 10111111 11000101 1100 11 0 1011110 10111 111110 1011001 101001

Color Harmonies of #BFC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC50C

Black with #BFC50C

Text Example


Text Example

White with #BFC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC50C; }

 p { color: rgb(191,197,12); }

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

background-color css

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

 a { background-color: rgb(191,197,12); }

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

border-color css

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

 span { border-color: rgb(191,197,12); }

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