Html Css Color HEX #BFC30B La Rioja

📋 copy color: '#BFC30B'

red 191 ◦ green 195 ◦ blue 11

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

Shades of La Rioja #BFC30B

Tints of La Rioja #BFC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

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

R = 48.11%
G = 49.12%
B = 2.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BFC30B (or 0xBFC30B) is known color: La Rioja. HEX triplet: BF, C3 and 0B. RGB value is (191,195,11). Sum of RGB (Red+Green+Blue) = 191+195+11=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC30B is #403CF4. Grayscale: #ADADAD. Windows color (decimal): -4209909 or 771007. OLE color: 771007.

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

Color convert

RGB 191 195 11 -
CMYK 0.02 0 0.94 0.24
HSL 61.3º 0.89% 0.4% -
HSV(B) 61.3º 0.94% 0.76% -
XYZ 41.06 50.13 7.83 -
YUV 172.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 191 195 11 0.02 0 0.94 0.24 61.3 0.89 0.4
Hex BF C3 B 2 0 5E 18 3D 59 28
Octal 277 303 13 2 0 136 30 75 131 50
Binary 10111111 11000011 1011 10 0 1011110 11000 111101 1011001 101000

Color Harmonies of #BFC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC30B

Black with #BFC30B

Text Example


Text Example

White with #BFC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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