Html Css Color HEX #BCC91A Rio Grande

📋 copy color: '#BCC91A'

red 188 ◦ green 201 ◦ blue 26

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

Shades of Rio Grande #BCC91A

Tints of Rio Grande #BCC91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.27%

R = 45.3%
G = 48.43%
B = 6.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#BCC91A (or 0xBCC91A) is known color: Rio Grande. HEX triplet: BC, C9 and 1A. RGB value is (188,201,26). Sum of RGB (Red+Green+Blue) = 188+201+26=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC91A is #4336E5. Grayscale: #B1B1B1. Windows color (decimal): -4404966 or 1755580. OLE color: 1755580.

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

Color convert

RGB 188 201 26 -
CMYK 0.06 0 0.87 0.21
HSL 64.46º 0.77% 0.45% -
HSV(B) 64.46º 0.87% 0.79% -
XYZ 41.81 52.54 8.91 -
YUV 177.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 188 201 26 0.06 0 0.87 0.21 64.46 0.77 0.45
Hex BC C9 1A 6 0 57 15 40 4D 2D
Octal 274 311 32 6 0 127 25 100 115 55
Binary 10111100 11001001 11010 110 0 1010111 10101 1000000 1001101 101101

Color Harmonies of #BCC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC91A

Black with #BCC91A

Text Example


Text Example

White with #BCC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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