Html Css Color HEX #BCC12A Rio Grande

📋 copy color: '#BCC12A'

red 188 ◦ green 193 ◦ blue 42

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

Shades of Rio Grande #BCC12A

Tints of Rio Grande #BCC12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.93%

R = 44.44%
G = 45.63%
B = 9.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BCC12A (or 0xBCC12A) is known color: Rio Grande. HEX triplet: BC, C1 and 2A. RGB value is (188,193,42). Sum of RGB (Red+Green+Blue) = 188+193+42=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC12A is #433ED5. Grayscale: #AEAEAE. Windows color (decimal): -4406998 or 2802108. OLE color: 2802108.

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

Color convert

RGB 188 193 42 -
CMYK 0.03 0 0.78 0.24
HSL 61.99º 0.64% 0.46% -
HSV(B) 61.99º 0.78% 0.76% -
XYZ 40.23 49 9.53 -
YUV 174.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 188 193 42 0.03 0 0.78 0.24 61.99 0.64 0.46
Hex BC C1 2A 3 0 4E 18 3E 40 2E
Octal 274 301 52 3 0 116 30 76 100 56
Binary 10111100 11000001 101010 11 0 1001110 11000 111110 1000000 101110

Color Harmonies of #BCC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC12A

Black with #BCC12A

Text Example


Text Example

White with #BCC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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