Html Css Color HEX #BFC40A La Rioja

📋 copy color: '#BFC40A'

red 191 ◦ green 196 ◦ blue 10

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

Shades of La Rioja #BFC40A

Tints of La Rioja #BFC40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 48.11%
G = 49.37%
B = 2.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#BFC40A (or 0xBFC40A) is known color: La Rioja. HEX triplet: BF, C4 and 0A. RGB value is (191,196,10). Sum of RGB (Red+Green+Blue) = 191+196+10=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC40A is #403BF5. Grayscale: #AEAEAE. Windows color (decimal): -4209654 or 705727. OLE color: 705727.

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

Color convert

RGB 191 196 10 -
CMYK 0.03 0 0.95 0.23
HSL 61.61º 0.9% 0.4% -
HSV(B) 61.61º 0.95% 0.77% -
XYZ 41.28 50.58 7.87 -
YUV 173.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 191 196 10 0.03 0 0.95 0.23 61.61 0.9 0.4
Hex BF C4 A 3 0 5F 17 3E 5A 28
Octal 277 304 12 3 0 137 27 76 132 50
Binary 10111111 11000100 1010 11 0 1011111 10111 111110 1011010 101000

Color Harmonies of #BFC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC40A

Black with #BFC40A

Text Example


Text Example

White with #BFC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC40A; }

 p { color: rgb(191,196,10); }

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

background-color css

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

 a { background-color: rgb(191,196,10); }

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

border-color css

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

 span { border-color: rgb(191,196,10); }

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