Html Css Color HEX #BCC42A Rio Grande

📋 copy color: '#BCC42A'

red 188 ◦ green 196 ◦ blue 42

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

Shades of Rio Grande #BCC42A

Tints of Rio Grande #BCC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.01%

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

R = 44.13%
G = 46.01%
B = 9.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#BCC42A (or 0xBCC42A) is known color: Rio Grande. HEX triplet: BC, C4 and 2A. RGB value is (188,196,42). Sum of RGB (Red+Green+Blue) = 188+196+42=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC42A is #433BD5. Grayscale: #B0B0B0. Windows color (decimal): -4406230 or 2802876. OLE color: 2802876.

HSL color Cylindrical-coordinate representation of color #BCC42A: hue angle of 63.12º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC42A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 42 -
CMYK 0.04 0 0.79 0.23
HSL 63.12º 0.65% 0.47% -
HSV(B) 63.12º 0.79% 0.77% -
XYZ 40.9 50.34 9.75 -
YUV 176.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 188 196 42 0.04 0 0.79 0.23 63.12 0.65 0.47
Hex BC C4 2A 4 0 4F 17 3F 41 2F
Octal 274 304 52 4 0 117 27 77 101 57
Binary 10111100 11000100 101010 100 0 1001111 10111 111111 1000001 101111

Color Harmonies of #BCC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC42A

Black with #BCC42A

Text Example


Text Example

White with #BCC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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