Html Css Color HEX #BCBD01 La Rioja

📋 copy color: '#BCBD01'

red 188 ◦ green 189 ◦ blue 1

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

Shades of La Rioja #BCBD01

Tints of La Rioja #BCBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 49.74%
G = 50%
B = 0.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCBD01 (or 0xBCBD01) is known color: La Rioja. HEX triplet: BC, BD and 01. RGB value is (188,189,1). Sum of RGB (Red+Green+Blue) = 188+189+1=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBD01 is #4342FE. Grayscale: #A8A8A8. Windows color (decimal): -4408063 or 114108. OLE color: 114108.

HSL color Cylindrical-coordinate representation of color #BCBD01: hue angle of 60.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCBD01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 1 -
CMYK 0.01 0 0.99 0.26
HSL 60.32º 0.99% 0.37% -
HSV(B) 60.32º 0.99% 0.74% -
XYZ 38.94 47.09 7.07 -
YUV 167.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 188 189 1 0.01 0 0.99 0.26 60.32 0.99 0.37
Hex BC BD 1 1 0 63 1A 3C 63 25
Octal 274 275 1 1 0 143 32 74 143 45
Binary 10111100 10111101 1 1 0 1100011 11010 111100 1100011 100101

Color Harmonies of #BCBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD01

Black with #BCBD01

Text Example


Text Example

White with #BCBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD01; }

 p { color: rgb(188,189,1); }

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

background-color css

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

 a { background-color: rgb(188,189,1); }

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

border-color css

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

 span { border-color: rgb(188,189,1); }

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