Html Css Color HEX #BFC70D La Rioja

📋 copy color: '#BFC70D'

red 191 ◦ green 199 ◦ blue 13

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

Shades of La Rioja #BFC70D

Tints of La Rioja #BFC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.38%

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

R = 47.39%
G = 49.38%
B = 3.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BFC70D (or 0xBFC70D) is known color: La Rioja. HEX triplet: BF, C7 and 0D. RGB value is (191,199,13). Sum of RGB (Red+Green+Blue) = 191+199+13=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC70D is #4038F2. Grayscale: #B0B0B0. Windows color (decimal): -4208883 or 903103. OLE color: 903103.

HSL color Cylindrical-coordinate representation of color #BFC70D: hue angle of 62.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC70D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 13 -
CMYK 0.04 0 0.93 0.22
HSL 62.58º 0.88% 0.42% -
HSV(B) 62.58º 0.93% 0.78% -
XYZ 41.98 51.95 8.2 -
YUV 175.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 191 199 13 0.04 0 0.93 0.22 62.58 0.88 0.42
Hex BF C7 D 4 0 5D 16 3F 58 2A
Octal 277 307 15 4 0 135 26 77 130 52
Binary 10111111 11000111 1101 100 0 1011101 10110 111111 1011000 101010

Color Harmonies of #BFC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC70D

Black with #BFC70D

Text Example


Text Example

White with #BFC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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