Html Css Color HEX #BFC00B La Rioja

📋 copy color: '#BFC00B'

red 191 ◦ green 192 ◦ blue 11

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

Shades of La Rioja #BFC00B

Tints of La Rioja #BFC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 48.48%
G = 48.73%
B = 2.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFC00B (or 0xBFC00B) is known color: La Rioja. HEX triplet: BF, C0 and 0B. RGB value is (191,192,11). Sum of RGB (Red+Green+Blue) = 191+192+11=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC00B is #403FF4. Grayscale: #ABABAB. Windows color (decimal): -4210677 or 770239. OLE color: 770239.

HSL color Cylindrical-coordinate representation of color #BFC00B: hue angle of 60.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC00B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 11 -
CMYK 0.01 0 0.94 0.25
HSL 60.33º 0.89% 0.4% -
HSV(B) 60.33º 0.94% 0.75% -
XYZ 40.4 48.8 7.61 -
YUV 171.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 191 192 11 0.01 0 0.94 0.25 60.33 0.89 0.4
Hex BF C0 B 1 0 5E 19 3C 59 28
Octal 277 300 13 1 0 136 31 74 131 50
Binary 10111111 11000000 1011 1 0 1011110 11001 111100 1011001 101000

Color Harmonies of #BFC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC00B

Black with #BFC00B

Text Example


Text Example

White with #BFC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC00B; }

 p { color: rgb(191,192,11); }

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

background-color css

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

 a { background-color: rgb(191,192,11); }

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

border-color css

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

 span { border-color: rgb(191,192,11); }

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