Html Css Color HEX #BCBE03 La Rioja

📋 copy color: '#BCBE03'

red 188 ◦ green 190 ◦ blue 3

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

Shades of La Rioja #BCBE03

Tints of La Rioja #BCBE03

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.87%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 49.34%
G = 49.87%
B = 0.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BCBE03 (or 0xBCBE03) is known color: La Rioja. HEX triplet: BC, BE and 03. RGB value is (188,190,3). Sum of RGB (Red+Green+Blue) = 188+190+3=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE03 is #4341FC. Grayscale: #A8A8A8. Windows color (decimal): -4407805 or 245436. OLE color: 245436.

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

Color convert

RGB 188 190 3 -
CMYK 0.01 0 0.98 0.25
HSL 60.64º 0.97% 0.38% -
HSV(B) 60.64º 0.98% 0.75% -
XYZ 39.17 47.52 7.19 -
YUV 168.08 34.84 142.21 -
System Red Green Blue C M Y K H S L
Decimal 188 190 3 0.01 0 0.98 0.25 60.64 0.97 0.38
Hex BC BE 3 1 0 62 19 3D 61 26
Octal 274 276 3 1 0 142 31 75 141 46
Binary 10111100 10111110 11 1 0 1100010 11001 111101 1100001 100110

Color Harmonies of #BCBE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE03

Black with #BCBE03

Text Example


Text Example

White with #BCBE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE03; }

 p { color: rgb(188,190,3); }

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

background-color css

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

 a { background-color: rgb(188,190,3); }

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

border-color css

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

 span { border-color: rgb(188,190,3); }

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