Html Css Color HEX #BCC129 Rio Grande

📋 copy color: '#BCC129'

red 188 ◦ green 193 ◦ blue 41

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

Shades of Rio Grande #BCC129

Tints of Rio Grande #BCC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 44.55%
G = 45.73%
B = 9.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BCC129 (or 0xBCC129) is known color: Rio Grande. HEX triplet: BC, C1 and 29. RGB value is (188,193,41). Sum of RGB (Red+Green+Blue) = 188+193+41=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC129 is #433ED6. Grayscale: #AEAEAE. Windows color (decimal): -4406999 or 2736572. OLE color: 2736572.

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

Color convert

RGB 188 193 41 -
CMYK 0.03 0 0.79 0.24
HSL 61.97º 0.65% 0.46% -
HSV(B) 61.97º 0.79% 0.76% -
XYZ 40.21 48.99 9.43 -
YUV 174.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 188 193 41 0.03 0 0.79 0.24 61.97 0.65 0.46
Hex BC C1 29 3 0 4F 18 3E 41 2E
Octal 274 301 51 3 0 117 30 76 101 56
Binary 10111100 11000001 101001 11 0 1001111 11000 111110 1000001 101110

Color Harmonies of #BCC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC129

Black with #BCC129

Text Example


Text Example

White with #BCC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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