Html Css Color HEX #BCBF16 La Rioja

📋 copy color: '#BCBF16'

red 188 ◦ green 191 ◦ blue 22

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

Shades of La Rioja #BCBF16

Tints of La Rioja #BCBF16

RGB

 RED value IS 188 (73.83% from 255) = 46.88%

 GREEN value IS 191 (75% from 255) = 47.63%

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 46.88%
G = 47.63%
B = 5.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BCBF16 (or 0xBCBF16) is known color: La Rioja. HEX triplet: BC, BF and 16. RGB value is (188,191,22). Sum of RGB (Red+Green+Blue) = 188+191+22=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF16 is #4340E9. Grayscale: #ABABAB. Windows color (decimal): -4407530 or 1490876. OLE color: 1490876.

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

Color convert

RGB 188 191 22 -
CMYK 0.02 0 0.88 0.25
HSL 61.07º 0.79% 0.42% -
HSV(B) 61.07º 0.88% 0.75% -
XYZ 39.51 48.01 7.94 -
YUV 170.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 188 191 22 0.02 0 0.88 0.25 61.07 0.79 0.42
Hex BC BF 16 2 0 58 19 3D 4F 2A
Octal 274 277 26 2 0 130 31 75 117 52
Binary 10111100 10111111 10110 10 0 1011000 11001 111101 1001111 101010

Color Harmonies of #BCBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF16

Black with #BCBF16

Text Example


Text Example

White with #BCBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF16; }

 p { color: rgb(188,191,22); }

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

background-color css

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

 a { background-color: rgb(188,191,22); }

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

border-color css

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

 span { border-color: rgb(188,191,22); }

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