Html Css Color HEX #BCC902 La Rioja

📋 copy color: '#BCC902'

red 188 ◦ green 201 ◦ blue 2

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

Shades of La Rioja #BCC902

Tints of La Rioja #BCC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.41%

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

R = 48.08%
G = 51.41%
B = 0.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BCC902 (or 0xBCC902) is known color: La Rioja. HEX triplet: BC, C9 and 02. RGB value is (188,201,2). Sum of RGB (Red+Green+Blue) = 188+201+2=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC902 is #4336FD. Grayscale: #AFAFAF. Windows color (decimal): -4404990 or 182716. OLE color: 182716.

HSL color Cylindrical-coordinate representation of color #BCC902: hue angle of 63.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC902 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 2 -
CMYK 0.06 0 0.99 0.21
HSL 63.92º 0.98% 0.4% -
HSV(B) 63.92º 0.99% 0.79% -
XYZ 41.64 52.47 7.99 -
YUV 174.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 188 201 2 0.06 0 0.99 0.21 63.92 0.98 0.4
Hex BC C9 2 6 0 63 15 40 62 28
Octal 274 311 2 6 0 143 25 100 142 50
Binary 10111100 11001001 10 110 0 1100011 10101 1000000 1100010 101000

Color Harmonies of #BCC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC902

Black with #BCC902

Text Example


Text Example

White with #BCC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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