Html Css Color HEX #BFC612 La Rioja

📋 copy color: '#BFC612'

red 191 ◦ green 198 ◦ blue 18

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

Shades of La Rioja #BFC612

Tints of La Rioja #BFC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.65%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 46.93%
G = 48.65%
B = 4.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BFC612 (or 0xBFC612) is known color: La Rioja. HEX triplet: BF, C6 and 12. RGB value is (191,198,18). Sum of RGB (Red+Green+Blue) = 191+198+18=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC612 is #4039ED. Grayscale: #B0B0B0. Windows color (decimal): -4209134 or 1230527. OLE color: 1230527.

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

Color convert

RGB 191 198 18 -
CMYK 0.04 0 0.91 0.22
HSL 62.33º 0.83% 0.42% -
HSV(B) 62.33º 0.91% 0.78% -
XYZ 41.79 51.51 8.31 -
YUV 175.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 191 198 18 0.04 0 0.91 0.22 62.33 0.83 0.42
Hex BF C6 12 4 0 5B 16 3E 53 2A
Octal 277 306 22 4 0 133 26 76 123 52
Binary 10111111 11000110 10010 100 0 1011011 10110 111110 1010011 101010

Color Harmonies of #BFC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC612

Black with #BFC612

Text Example


Text Example

White with #BFC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC612; }

 p { color: rgb(191,198,18); }

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

background-color css

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

 a { background-color: rgb(191,198,18); }

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

border-color css

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

 span { border-color: rgb(191,198,18); }

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