Html Css Color HEX #BCC229 Rio Grande

📋 copy color: '#BCC229'

red 188 ◦ green 194 ◦ blue 41

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

Shades of Rio Grande #BCC229

Tints of Rio Grande #BCC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

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

R = 44.44%
G = 45.86%
B = 9.69%

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

#BCC229 (or 0xBCC229) is known color: Rio Grande. HEX triplet: BC, C2 and 29. RGB value is (188,194,41). Sum of RGB (Red+Green+Blue) = 188+194+41=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC229 is #433DD6. Grayscale: #AFAFAF. Windows color (decimal): -4406743 or 2736828. OLE color: 2736828.

HSL color Cylindrical-coordinate representation of color #BCC229: hue angle of 62.35º 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 #BCC229 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 41 -
CMYK 0.03 0 0.79 0.24
HSL 62.35º 0.65% 0.46% -
HSV(B) 62.35º 0.79% 0.76% -
XYZ 40.43 49.44 9.51 -
YUV 174.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 188 194 41 0.03 0 0.79 0.24 62.35 0.65 0.46
Hex BC C2 29 3 0 4F 18 3E 41 2E
Octal 274 302 51 3 0 117 30 76 101 56
Binary 10111100 11000010 101001 11 0 1001111 11000 111110 1000001 101110

Color Harmonies of #BCC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC229

Black with #BCC229

Text Example


Text Example

White with #BCC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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