Html Css Color HEX #BCC629 Rio Grande

📋 copy color: '#BCC629'

red 188 ◦ green 198 ◦ blue 41

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

Shades of Rio Grande #BCC629

Tints of Rio Grande #BCC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

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

R = 44.03%
G = 46.37%
B = 9.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BCC629 (or 0xBCC629) is known color: Rio Grande. HEX triplet: BC, C6 and 29. RGB value is (188,198,41). Sum of RGB (Red+Green+Blue) = 188+198+41=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC629 is #4339D6. Grayscale: #B1B1B1. Windows color (decimal): -4405719 or 2737852. OLE color: 2737852.

HSL color Cylindrical-coordinate representation of color #BCC629: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC629 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 41 -
CMYK 0.05 0 0.79 0.22
HSL 63.82º 0.66% 0.47% -
HSV(B) 63.82º 0.79% 0.78% -
XYZ 41.33 51.24 9.81 -
YUV 177.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 188 198 41 0.05 0 0.79 0.22 63.82 0.66 0.47
Hex BC C6 29 5 0 4F 16 40 42 2F
Octal 274 306 51 5 0 117 26 100 102 57
Binary 10111100 11000110 101001 101 0 1001111 10110 1000000 1000010 101111

Color Harmonies of #BCC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC629

Black with #BCC629

Text Example


Text Example

White with #BCC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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