Html Css Color HEX #BFC90D La Rioja

📋 copy color: '#BFC90D'

red 191 ◦ green 201 ◦ blue 13

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

Shades of La Rioja #BFC90D

Tints of La Rioja #BFC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 47.16%
G = 49.63%
B = 3.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BFC90D (or 0xBFC90D) is known color: La Rioja. HEX triplet: BF, C9 and 0D. RGB value is (191,201,13). Sum of RGB (Red+Green+Blue) = 191+201+13=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC90D is #4036F2. Grayscale: #B1B1B1. Windows color (decimal): -4208371 or 903615. OLE color: 903615.

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

Color convert

RGB 191 201 13 -
CMYK 0.05 0 0.94 0.21
HSL 63.19º 0.88% 0.42% -
HSV(B) 63.19º 0.94% 0.79% -
XYZ 42.45 52.88 8.35 -
YUV 176.58 35.69 138.29 -
System Red Green Blue C M Y K H S L
Decimal 191 201 13 0.05 0 0.94 0.21 63.19 0.88 0.42
Hex BF C9 D 5 0 5E 15 3F 58 2A
Octal 277 311 15 5 0 136 25 77 130 52
Binary 10111111 11001001 1101 101 0 1011110 10101 111111 1011000 101010

Color Harmonies of #BFC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC90D

Black with #BFC90D

Text Example


Text Example

White with #BFC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC90D; }

 p { color: rgb(191,201,13); }

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

background-color css

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

 a { background-color: rgb(191,201,13); }

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

border-color css

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

 span { border-color: rgb(191,201,13); }

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