Html Css Color HEX #BCC102 La Rioja

📋 copy color: '#BCC102'

red 188 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #BCC102

Tints of La Rioja #BCC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 49.09%
G = 50.39%
B = 0.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BCC102 (or 0xBCC102) is known color: La Rioja. HEX triplet: BC, C1 and 02. RGB value is (188,193,2). Sum of RGB (Red+Green+Blue) = 188+193+2=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC102 is #433EFD. Grayscale: #AAAAAA. Windows color (decimal): -4407038 or 180668. OLE color: 180668.

HSL color Cylindrical-coordinate representation of color #BCC102: hue angle of 61.57º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC102 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 2 -
CMYK 0.03 0 0.99 0.24
HSL 61.57º 0.98% 0.38% -
HSV(B) 61.57º 0.99% 0.76% -
XYZ 39.82 48.84 7.38 -
YUV 169.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 188 193 2 0.03 0 0.99 0.24 61.57 0.98 0.38
Hex BC C1 2 3 0 63 18 3E 62 26
Octal 274 301 2 3 0 143 30 76 142 46
Binary 10111100 11000001 10 11 0 1100011 11000 111110 1100010 100110

Color Harmonies of #BCC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC102

Black with #BCC102

Text Example


Text Example

White with #BCC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC102; }

 p { color: rgb(188,193,2); }

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

background-color css

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

 a { background-color: rgb(188,193,2); }

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

border-color css

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

 span { border-color: rgb(188,193,2); }

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